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