mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
ea28951607
This is intentionally not part of ntdll_apitest, because that links to advapi32, which links to rpcrt4, which (wrongly!) links to ws2_32, which (wrongly!) links to user32, which breaks the test.
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 }
|
|
};
|