reactos/rostests/winetests/wmiutils/testlist.c
Thomas Faber ddaa717558 [WMIUTILS]
- Import from Wine 1.7.27 (or your choice of any later version)
CORE-9212 #resolve

svn path=/trunk/; revision=66335
2015-02-17 15:07:56 +00:00

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 }
};