reactos/rostests/winetests/dplayx/testlist.c
Amine Khaldi 66e5c9bbf7 [DPLAYX_WINETEST]
* Import from Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60480
2013-09-30 18:15:14 +00:00

13 lines
215 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_dplayx(void);
const struct test winetest_testlist[] =
{
{ "dplayx", func_dplayx },
{ 0, 0 }
};