ReactOS 0.4.15-dev-7924-g5949c20
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <apitest.h>
5
6extern void func_DCICreatePrimary(void);
7
8const struct test winetest_testlist[] =
9{
10 { "DCICreatePrimary", func_DCICreatePrimary },
11
12 { 0, 0 }
13};
14
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_DCICreatePrimary(void)