reactos/modules/rostests/winetests/wmiutils/testlist.c

16 lines
269 B
C

/* Automatically generated by make depend; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_path(void);
const struct test winetest_testlist[] =
{
{ "path", func_path },
{ 0, 0 }
};