reactos/modules/rostests/winetests/msctf/testlist.c

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 }
};