mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
108db8f007
Support for .wsf files with a single script block
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 }
|
|
};
|