1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-22 02:25:18 +00:00
reactos/modules/rostests/apitests/psapi/testlist.c

17 lines
392 B
C
Raw Normal View History

#define __ROS_LONG64__
#define STANDALONE
#include <wine/test.h>
extern void func_GetDeviceDriverFileName(void);
extern void func_GetDeviceDriverBaseName(void);
const struct test winetest_testlist[] =
{
{ "GetDeviceDriverFileName", func_GetDeviceDriverFileName },
{ "GetDeviceDriverBaseName", func_GetDeviceDriverBaseName },
{ 0, 0 }
};