reactos/rostests/winetests/msctf/testlist.c
Amine Khaldi 6407f62d29 [MSCTF_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60304
2013-09-22 16:16:55 +00:00

13 lines
239 B
C

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