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