reactos/rostests/winetests/xmllite/testlist.c
Christoph von Wittich 5a9ef42d46 [XMLLITE_WINETEST]
add xmllite_winetest from wine 1.1.40

svn path=/trunk/; revision=45943
2010-03-06 14:12:31 +00:00

16 lines
265 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_reader(void);
const struct test winetest_testlist[] =
{
{ "reader", func_reader },
{ 0, 0 }
};