reactos/rostests/winetests/version/testlist.c
The Wine Synchronizer 83c857dfd3 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30896
2007-11-29 12:54:54 +00:00

18 lines
324 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_info(void);
extern void func_install(void);
const struct test winetest_testlist[] =
{
{ "info", func_info },
{ "install", func_install },
{ 0, 0 }
};