1 #define WIN32_LEAN_AND_MEAN
8 extern void func_NtAllocateVirtualMemory(void);
9 extern void func_NtFreeVirtualMemory(void);
10 extern void func_NtSystemInformation(void);
11 extern void func_RtlDetermineDosPathNameType(void);
12 extern void func_RtlDoesFileExists(void);
13 extern void func_RtlGetFullPathName_U(void);
14 extern void func_RtlGetFullPathName_Ustr(void);
15 extern void func_RtlGetFullPathName_UstrEx(void);
16 extern void func_RtlGetLongestNtPathLength(void);
17 extern void func_RtlInitializeBitMap(void);
18 extern void func_ZwContinue(void);
20 const struct test winetest_testlist
[] =
22 { "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory
},
23 { "NtFreeVirtualMemory", func_NtFreeVirtualMemory
},
24 { "NtSystemInformation", func_NtSystemInformation
},
25 { "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType
},
26 { "RtlDoesFileExists", func_RtlDoesFileExists
},
27 { "RtlGetFullPathName_U", func_RtlGetFullPathName_U
},
28 { "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr
},
29 { "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx
},
30 { "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength
},
31 { "RtlInitializeBitMap", func_RtlInitializeBitMap
},
32 { "ZwContinue", func_ZwContinue
},