mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
15 lines
280 B
C
15 lines
280 B
C
|
/* Automatically generated file; DO NOT EDIT!! */
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <wine/test.h>
|
||
|
|
||
|
extern void func_query(void);
|
||
|
extern void func_services(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "query", func_query },
|
||
|
{ "services", func_services },
|
||
|
{ 0, 0 }
|
||
|
};
|