reactos/rostests/winetests/localspl/testlist.c
Dmitry Chapyshev 06448880e7 - Add winetests for inetcomm, inetmib1, itss, localspl, localui
svn path=/trunk/; revision=39790
2009-02-27 16:23:50 +00:00

16 lines
271 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_localmon(void);
const struct test winetest_testlist[] =
{
{ "localmon", func_localmon },
{ 0, 0 }
};