mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
15 lines
252 B
C
15 lines
252 B
C
|
#define __ROS_LONG64__
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <wine/test.h>
|
||
|
|
||
|
extern void func_ntoskrnl_SectionFlags(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "ntoskrnl_SectionFlags", func_ntoskrnl_SectionFlags },
|
||
|
|
||
|
{ 0, 0 }
|
||
|
};
|
||
|
|