mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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 }
|
|
};
|