reactos/rostests/apitests/comctl32/testlist.c

11 lines
162 B
C
Raw Normal View History

#define STANDALONE
#include <apitest.h>
extern void func_button(void);
const struct test winetest_testlist[] =
{
{ "button", func_button },
{ 0, 0 }
};