reactos/rostests/winetests/imm32/testlist.c
The Wine Synchronizer bd382346bb Autosyncing with Wine HEAD
svn path=/trunk/; revision=32862
2008-04-04 16:43:16 +00:00

16 lines
262 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_imm32(void);
const struct test winetest_testlist[] =
{
{ "imm32", func_imm32 },
{ 0, 0 }
};