ReactOS 0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1
2#define STANDALONE
3#include <apitest.h>
4
5extern void func_GetProfileDirs(void);
6extern void func_LoadUserProfile(void);
7
8const struct test winetest_testlist[] =
9{
10 { "GetProfileDirs", func_GetProfileDirs },
11 { "LoadUserProfile", func_LoadUserProfile },
12 { 0, 0 }
13};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_LoadUserProfile(void)
void func_GetProfileDirs(void)