mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
10 lines
164 B
C
10 lines
164 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_button(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "buttonv6", func_button },
|
|
{ 0, 0 }
|
|
};
|