reactos/modules/rostests/apitests/imm32/testlist.c

12 lines
159 B
C
Raw Normal View History

#define STANDALONE
#include <wine/test.h>
extern void func_imcc(void);
const struct test winetest_testlist[] =
{
{ "imcc", func_imcc },
{ 0, 0 }
};