ReactOS 0.4.15-dev-7953-g1f49173
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <wine/test.h>
5
8
9const struct test winetest_testlist[] =
10{
11 { "GetDeviceDriverFileName", func_GetDeviceDriverFileName },
12 { "GetDeviceDriverBaseName", func_GetDeviceDriverBaseName },
13
14 { 0, 0 }
15};
16
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_GetDeviceDriverBaseName(void)
void func_GetDeviceDriverFileName(void)