1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-13 18:54:13 +00:00
reactos/modules/rostests/winetests/msctf/testlist.c

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