reactos/rostests/apitests/shlwapi/testlist.c

11 lines
171 B
C
Raw Normal View History

#define STANDALONE
#include <apitest.h>
extern void func_isuncpath(void);
const struct test winetest_testlist[] =
{
{ "PathIsUNC", func_isuncpath },
{ 0, 0 }
};