mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
de917295f6
svn path=/trunk/; revision=69154
14 lines
252 B
C
14 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 }
|
|
};
|
|
|