2010-08-25 10:15:01 +00:00
|
|
|
#define __ROS_LONG64__
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-22 19:07:35 +00:00
|
|
|
#include <apitest.h>
|
2010-08-25 10:15:01 +00:00
|
|
|
|
2012-10-13 13:07:17 +00:00
|
|
|
extern void func_LdrEnumResources(void);
|
2011-11-30 17:00:23 +00:00
|
|
|
extern void func_NtAllocateVirtualMemory(void);
|
2015-09-05 11:49:54 +00:00
|
|
|
extern void func_NtApphelpCacheControl(void);
|
2013-09-28 09:24:47 +00:00
|
|
|
extern void func_NtContinue(void);
|
2013-09-28 11:39:51 +00:00
|
|
|
extern void func_NtCreateFile(void);
|
2013-09-28 08:38:33 +00:00
|
|
|
extern void func_NtCreateThread(void);
|
2014-07-07 14:46:04 +00:00
|
|
|
extern void func_NtDeleteKey(void);
|
2011-07-11 19:31:34 +00:00
|
|
|
extern void func_NtFreeVirtualMemory(void);
|
2013-03-27 19:10:51 +00:00
|
|
|
extern void func_NtMapViewOfSection(void);
|
2014-05-14 20:23:38 +00:00
|
|
|
extern void func_NtMutant(void);
|
2015-09-23 15:14:25 +00:00
|
|
|
extern void func_NtOpenProcessToken(void);
|
|
|
|
extern void func_NtOpenThreadToken(void);
|
2013-05-04 15:26:48 +00:00
|
|
|
extern void func_NtProtectVirtualMemory(void);
|
2014-09-29 16:21:53 +00:00
|
|
|
extern void func_NtQueryKey(void);
|
2012-10-07 12:31:13 +00:00
|
|
|
extern void func_NtQuerySystemEnvironmentValue(void);
|
2014-04-20 18:15:41 +00:00
|
|
|
extern void func_NtQueryVolumeInformationFile(void);
|
2014-05-31 01:14:02 +00:00
|
|
|
extern void func_NtSaveKey(void);
|
2011-10-11 15:29:25 +00:00
|
|
|
extern void func_NtSystemInformation(void);
|
2015-10-11 21:10:03 +00:00
|
|
|
extern void func_RtlAllocateHeap(void);
|
2012-05-29 18:46:25 +00:00
|
|
|
extern void func_RtlBitmap(void);
|
2015-06-21 19:15:01 +00:00
|
|
|
extern void func_RtlCopyMappedMemory(void);
|
2012-04-25 07:43:33 +00:00
|
|
|
extern void func_RtlDetermineDosPathNameType(void);
|
2012-04-25 12:13:38 +00:00
|
|
|
extern void func_RtlDoesFileExists(void);
|
2012-09-24 12:17:04 +00:00
|
|
|
extern void func_RtlDosPathNameToNtPathName_U(void);
|
2012-05-01 16:19:17 +00:00
|
|
|
extern void func_RtlDosSearchPath_U(void);
|
|
|
|
extern void func_RtlDosSearchPath_Ustr(void);
|
2015-09-20 10:42:05 +00:00
|
|
|
extern void func_RtlGenerate8dot3Name(void);
|
2012-03-25 21:24:05 +00:00
|
|
|
extern void func_RtlGetFullPathName_U(void);
|
2012-04-25 09:52:38 +00:00
|
|
|
extern void func_RtlGetFullPathName_Ustr(void);
|
2012-03-25 20:01:12 +00:00
|
|
|
extern void func_RtlGetFullPathName_UstrEx(void);
|
2013-09-28 09:03:04 +00:00
|
|
|
extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
|
2012-04-25 07:43:33 +00:00
|
|
|
extern void func_RtlGetLongestNtPathLength(void);
|
2011-11-30 17:00:23 +00:00
|
|
|
extern void func_RtlInitializeBitMap(void);
|
2013-10-19 17:59:29 +00:00
|
|
|
extern void func_RtlMemoryStream(void);
|
2015-03-29 14:07:00 +00:00
|
|
|
extern void func_RtlReAllocateHeap(void);
|
2015-02-16 21:15:55 +00:00
|
|
|
extern void func_StackOverflow(void);
|
2013-08-19 21:44:26 +00:00
|
|
|
extern void func_TimerResolution(void);
|
2010-08-25 10:15:01 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2012-10-13 13:07:17 +00:00
|
|
|
{ "LdrEnumResources", func_LdrEnumResources },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory },
|
2015-09-05 11:49:54 +00:00
|
|
|
{ "NtApphelpCacheControl", func_NtApphelpCacheControl },
|
2013-09-28 09:24:47 +00:00
|
|
|
{ "NtContinue", func_NtContinue },
|
2013-09-28 11:39:51 +00:00
|
|
|
{ "NtCreateFile", func_NtCreateFile },
|
2013-09-28 08:38:33 +00:00
|
|
|
{ "NtCreateThread", func_NtCreateThread },
|
2014-07-07 14:46:04 +00:00
|
|
|
{ "NtDeleteKey", func_NtDeleteKey },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "NtFreeVirtualMemory", func_NtFreeVirtualMemory },
|
2013-03-27 19:10:51 +00:00
|
|
|
{ "NtMapViewOfSection", func_NtMapViewOfSection },
|
2014-05-14 20:23:38 +00:00
|
|
|
{ "NtMutant", func_NtMutant },
|
2015-09-23 15:14:25 +00:00
|
|
|
{ "NtOpenProcessToken", func_NtOpenProcessToken },
|
|
|
|
{ "NtOpenThreadToken", func_NtOpenThreadToken },
|
2013-05-04 15:26:48 +00:00
|
|
|
{ "NtProtectVirtualMemory", func_NtProtectVirtualMemory },
|
2014-09-29 16:21:53 +00:00
|
|
|
{ "NtQueryKey", func_NtQueryKey },
|
2012-10-07 12:31:13 +00:00
|
|
|
{ "NtQuerySystemEnvironmentValue", func_NtQuerySystemEnvironmentValue },
|
2014-04-20 18:15:41 +00:00
|
|
|
{ "NtQueryVolumeInformationFile", func_NtQueryVolumeInformationFile },
|
2014-05-31 01:14:02 +00:00
|
|
|
{ "NtSaveKey", func_NtSaveKey},
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "NtSystemInformation", func_NtSystemInformation },
|
2015-10-11 21:10:03 +00:00
|
|
|
{ "RtlAllocateHeap", func_RtlAllocateHeap },
|
2012-05-30 21:16:24 +00:00
|
|
|
{ "RtlBitmapApi", func_RtlBitmap },
|
2015-06-21 19:15:01 +00:00
|
|
|
{ "RtlCopyMappedMemory", func_RtlCopyMappedMemory },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType },
|
2012-04-25 12:13:38 +00:00
|
|
|
{ "RtlDoesFileExists", func_RtlDoesFileExists },
|
2012-09-24 12:17:04 +00:00
|
|
|
{ "RtlDosPathNameToNtPathName_U", func_RtlDosPathNameToNtPathName_U },
|
2012-05-01 16:19:17 +00:00
|
|
|
{ "RtlDosSearchPath_U", func_RtlDosSearchPath_U },
|
|
|
|
{ "RtlDosSearchPath_Ustr", func_RtlDosSearchPath_Ustr },
|
2015-09-20 10:42:05 +00:00
|
|
|
{ "RtlGenerate8dot3Name", func_RtlGenerate8dot3Name },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "RtlGetFullPathName_U", func_RtlGetFullPathName_U },
|
2012-04-25 09:52:38 +00:00
|
|
|
{ "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx },
|
2013-09-28 09:03:04 +00:00
|
|
|
{ "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
|
2012-04-25 07:43:33 +00:00
|
|
|
{ "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
|
|
|
|
{ "RtlInitializeBitMap", func_RtlInitializeBitMap },
|
2013-10-19 17:59:29 +00:00
|
|
|
{ "RtlMemoryStream", func_RtlMemoryStream },
|
2015-03-29 14:07:00 +00:00
|
|
|
{ "RtlReAllocateHeap", func_RtlReAllocateHeap },
|
2015-02-16 21:15:55 +00:00
|
|
|
{ "StackOverflow", func_StackOverflow },
|
2013-08-19 21:44:26 +00:00
|
|
|
{ "TimerResolution", func_TimerResolution },
|
2010-08-25 10:15:01 +00:00
|
|
|
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|