mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
14 lines
219 B
C
14 lines
219 B
C
|
#define __ROS_LONG64__
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <apitest.h>
|
||
|
|
||
|
extern void func_SystemCall(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "SystemCall", func_SystemCall },
|
||
|
|
||
|
{ 0, 0 }
|
||
|
};
|