reactos/rostests/apitests/browseui/testlist.c

17 lines
287 B
C
Raw Normal View History

#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_SHExplorerParseCmdLine(void);
const struct test winetest_testlist[] =
{
{ "SHExplorerParseCmdLine", func_SHExplorerParseCmdLine },
{ 0, 0 }
};