mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
12 lines
231 B
C
12 lines
231 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_button(void);
|
|
extern void func_toolbar(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "buttonv6", func_button },
|
|
{ "toolbarv6", func_toolbar },
|
|
{ 0, 0 }
|
|
};
|