mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
11 lines
153 B
C
11 lines
153 B
C
|
#define STANDALONE
|
||
|
#include <apitest.h>
|
||
|
|
||
|
extern void func_wsf(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "wsf", func_wsf },
|
||
|
{ 0, 0 }
|
||
|
};
|