1 #define __ROS_LONG64__
2 
3 #define STANDALONE
4 #include <apitest.h>
5 
6 extern void func_LdrEnumResources(void);
7 extern void func_load_notifications(void);
8 extern void func_NtAcceptConnectPort(void);
9 extern void func_NtAllocateVirtualMemory(void);
10 extern void func_NtApphelpCacheControl(void);
11 extern void func_NtContinue(void);
12 extern void func_NtCreateFile(void);
13 extern void func_NtCreateKey(void);
14 extern void func_NtCreateThread(void);
15 extern void func_NtDeleteKey(void);
16 extern void func_NtFreeVirtualMemory(void);
17 extern void func_NtLoadUnloadKey(void);
18 extern void func_NtMapViewOfSection(void);
19 extern void func_NtMutant(void);
20 extern void func_NtOpenKey(void);
21 extern void func_NtOpenProcessToken(void);
22 extern void func_NtOpenThreadToken(void);
23 extern void func_NtProtectVirtualMemory(void);
24 extern void func_NtQueryInformationProcess(void);
25 extern void func_NtQueryKey(void);
26 extern void func_NtQuerySystemEnvironmentValue(void);
27 extern void func_NtQueryVolumeInformationFile(void);
28 extern void func_NtReadFile(void);
29 extern void func_NtSaveKey(void);
30 extern void func_NtSetValueKey(void);
31 extern void func_NtSystemInformation(void);
32 extern void func_NtWriteFile(void);
33 extern void func_RtlAllocateHeap(void);
34 extern void func_RtlBitmap(void);
35 extern void func_RtlCopyMappedMemory(void);
36 extern void func_RtlDeleteAce(void);
37 extern void func_RtlDetermineDosPathNameType(void);
38 extern void func_RtlDosApplyFileIsolationRedirection_Ustr(void);
39 extern void func_RtlDoesFileExists(void);
40 extern void func_RtlDosPathNameToNtPathName_U(void);
41 extern void func_RtlDosSearchPath_U(void);
42 extern void func_RtlDosSearchPath_Ustr(void);
43 extern void func_RtlFirstFreeAce(void);
44 extern void func_RtlGenerate8dot3Name(void);
45 extern void func_RtlGetFullPathName_U(void);
46 extern void func_RtlGetFullPathName_Ustr(void);
47 extern void func_RtlGetFullPathName_UstrEx(void);
48 extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
49 extern void func_RtlGetLongestNtPathLength(void);
50 extern void func_RtlHandle(void);
51 extern void func_RtlImageRvaToVa(void);
52 extern void func_RtlInitializeBitMap(void);
53 extern void func_RtlIsNameLegalDOS8Dot3(void);
54 extern void func_RtlMemoryStream(void);
55 extern void func_RtlNtPathNameToDosPathName(void);
56 extern void func_RtlpEnsureBufferSize(void);
57 extern void func_RtlQueryTimeZoneInformation(void);
58 extern void func_RtlReAllocateHeap(void);
59 extern void func_RtlUnicodeStringToAnsiString(void);
60 extern void func_RtlUpcaseUnicodeStringToCountedOemString(void);
61 extern void func_StackOverflow(void);
62 extern void func_TimerResolution(void);
63 
64 const struct test winetest_testlist[] =
65 {
66     { "LdrEnumResources",               func_LdrEnumResources },
67     { "load_notifications",             func_load_notifications },
68     { "NtAcceptConnectPort",            func_NtAcceptConnectPort },
69     { "NtAllocateVirtualMemory",        func_NtAllocateVirtualMemory },
70     { "NtApphelpCacheControl",          func_NtApphelpCacheControl },
71     { "NtContinue",                     func_NtContinue },
72     { "NtCreateFile",                   func_NtCreateFile },
73     { "NtCreateKey",                    func_NtCreateKey },
74     { "NtCreateThread",                 func_NtCreateThread },
75     { "NtDeleteKey",                    func_NtDeleteKey },
76     { "NtFreeVirtualMemory",            func_NtFreeVirtualMemory },
77     { "NtLoadUnloadKey",                func_NtLoadUnloadKey },
78     { "NtMapViewOfSection",             func_NtMapViewOfSection },
79     { "NtMutant",                       func_NtMutant },
80     { "NtOpenKey",                      func_NtOpenKey },
81     { "NtOpenProcessToken",             func_NtOpenProcessToken },
82     { "NtOpenThreadToken",              func_NtOpenThreadToken },
83     { "NtProtectVirtualMemory",         func_NtProtectVirtualMemory },
84     { "NtQueryInformationProcess",      func_NtQueryInformationProcess },
85     { "NtQueryKey",                     func_NtQueryKey },
86     { "NtQuerySystemEnvironmentValue",  func_NtQuerySystemEnvironmentValue },
87     { "NtQueryVolumeInformationFile",   func_NtQueryVolumeInformationFile },
88     { "NtReadFile",                     func_NtReadFile },
89     { "NtSaveKey",                      func_NtSaveKey},
90     { "NtSetValueKey",                  func_NtSetValueKey},
91     { "NtSystemInformation",            func_NtSystemInformation },
92     { "NtWriteFile",                    func_NtWriteFile },
93     { "RtlAllocateHeap",                func_RtlAllocateHeap },
94     { "RtlBitmapApi",                   func_RtlBitmap },
95     { "RtlCopyMappedMemory",            func_RtlCopyMappedMemory },
96     { "RtlDeleteAce",                   func_RtlDeleteAce },
97     { "RtlDetermineDosPathNameType",    func_RtlDetermineDosPathNameType },
98     { "RtlDosApplyFileIsolationRedirection_Ustr", func_RtlDosApplyFileIsolationRedirection_Ustr },
99     { "RtlDoesFileExists",              func_RtlDoesFileExists },
100     { "RtlDosPathNameToNtPathName_U",   func_RtlDosPathNameToNtPathName_U },
101     { "RtlDosSearchPath_U",             func_RtlDosSearchPath_U },
102     { "RtlDosSearchPath_Ustr",          func_RtlDosSearchPath_Ustr },
103     { "RtlFirstFreeAce",                func_RtlFirstFreeAce },
104     { "RtlGenerate8dot3Name",           func_RtlGenerate8dot3Name },
105     { "RtlGetFullPathName_U",           func_RtlGetFullPathName_U },
106     { "RtlGetFullPathName_Ustr",        func_RtlGetFullPathName_Ustr },
107     { "RtlGetFullPathName_UstrEx",      func_RtlGetFullPathName_UstrEx },
108     { "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
109     { "RtlGetLongestNtPathLength",      func_RtlGetLongestNtPathLength },
110     { "RtlHandle",                      func_RtlHandle },
111     { "RtlImageRvaToVa",                func_RtlImageRvaToVa },
112     { "RtlInitializeBitMap",            func_RtlInitializeBitMap },
113     { "RtlIsNameLegalDOS8Dot3",         func_RtlIsNameLegalDOS8Dot3 },
114     { "RtlMemoryStream",                func_RtlMemoryStream },
115     { "RtlNtPathNameToDosPathName",     func_RtlNtPathNameToDosPathName },
116     { "RtlpEnsureBufferSize",           func_RtlpEnsureBufferSize },
117     { "RtlQueryTimeZoneInformation",    func_RtlQueryTimeZoneInformation },
118     { "RtlReAllocateHeap",              func_RtlReAllocateHeap },
119     { "RtlUnicodeStringToAnsiString",   func_RtlUnicodeStringToAnsiString },
120     { "RtlUpcaseUnicodeStringToCountedOemString", func_RtlUpcaseUnicodeStringToCountedOemString },
121     { "StackOverflow",                  func_StackOverflow },
122     { "TimerResolution",                func_TimerResolution },
123 
124     { 0, 0 }
125 };
126