2011-04-28 22:10:51 +00:00
|
|
|
#define __ROS_LONG64__
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-22 17:52:42 +00:00
|
|
|
#include <apitest.h>
|
2011-04-28 22:10:51 +00:00
|
|
|
|
2020-09-20 20:56:42 +00:00
|
|
|
extern void func_ActCtxWithXmlNamespaces(void);
|
2019-04-28 20:47:14 +00:00
|
|
|
extern void func_ConsoleCP(void);
|
2017-05-30 20:55:15 +00:00
|
|
|
extern void func_CreateProcess(void);
|
2017-01-17 19:11:05 +00:00
|
|
|
extern void func_DefaultActCtx(void);
|
2017-03-02 19:33:25 +00:00
|
|
|
extern void func_DeviceIoControl(void);
|
2013-12-19 21:39:09 +00:00
|
|
|
extern void func_dosdev(void);
|
2017-01-06 18:48:15 +00:00
|
|
|
extern void func_FindActCtxSectionStringW(void);
|
2013-06-02 17:01:22 +00:00
|
|
|
extern void func_FindFiles(void);
|
2018-05-08 20:09:04 +00:00
|
|
|
extern void func_FLS(void);
|
2017-12-16 18:39:37 +00:00
|
|
|
extern void func_FormatMessage(void);
|
2016-07-16 07:08:21 +00:00
|
|
|
extern void func_GetComputerNameEx(void);
|
2012-05-04 10:28:54 +00:00
|
|
|
extern void func_GetCurrentDirectory(void);
|
2011-04-28 22:10:51 +00:00
|
|
|
extern void func_GetDriveType(void);
|
2012-05-04 12:31:47 +00:00
|
|
|
extern void func_GetModuleFileName(void);
|
2017-10-15 08:44:50 +00:00
|
|
|
extern void func_GetVolumeInformation(void);
|
2023-09-06 22:40:53 +00:00
|
|
|
extern void func_InitOnce(void);
|
2013-12-19 21:39:09 +00:00
|
|
|
extern void func_interlck(void);
|
2017-06-03 07:05:31 +00:00
|
|
|
extern void func_IsDBCSLeadByteEx(void);
|
2019-04-05 00:06:41 +00:00
|
|
|
extern void func_JapaneseCalendar(void);
|
2024-04-25 23:39:45 +00:00
|
|
|
extern void func_LCMapString(void);
|
2017-01-17 19:11:05 +00:00
|
|
|
extern void func_LoadLibraryExW(void);
|
2012-08-27 16:34:17 +00:00
|
|
|
extern void func_lstrcpynW(void);
|
2017-03-06 19:14:27 +00:00
|
|
|
extern void func_lstrlen(void);
|
2015-09-25 14:44:38 +00:00
|
|
|
extern void func_Mailslot(void);
|
2012-10-10 19:10:49 +00:00
|
|
|
extern void func_MultiByteToWideChar(void);
|
2015-04-18 19:46:57 +00:00
|
|
|
extern void func_PrivMoveFileIdentityW(void);
|
2020-05-02 05:58:48 +00:00
|
|
|
extern void func_QueueUserAPC(void);
|
2019-05-25 12:15:24 +00:00
|
|
|
extern void func_SetComputerNameExW(void);
|
2016-10-18 15:35:06 +00:00
|
|
|
extern void func_SetConsoleWindowInfo(void);
|
2012-05-04 10:28:54 +00:00
|
|
|
extern void func_SetCurrentDirectory(void);
|
2012-09-11 04:34:03 +00:00
|
|
|
extern void func_SetUnhandledExceptionFilter(void);
|
2018-07-29 14:43:10 +00:00
|
|
|
extern void func_SystemFirmware(void);
|
2015-02-20 10:29:47 +00:00
|
|
|
extern void func_TerminateProcess(void);
|
2015-05-25 10:30:12 +00:00
|
|
|
extern void func_TunnelCache(void);
|
2023-09-14 19:14:07 +00:00
|
|
|
extern void func_UEFIFirmware(void);
|
2016-09-26 10:06:55 +00:00
|
|
|
extern void func_WideCharToMultiByte(void);
|
2011-04-28 22:10:51 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2019-04-28 20:47:14 +00:00
|
|
|
{ "ConsoleCP", func_ConsoleCP },
|
2017-05-30 20:55:15 +00:00
|
|
|
{ "CreateProcess", func_CreateProcess },
|
2017-01-17 19:11:05 +00:00
|
|
|
{ "DefaultActCtx", func_DefaultActCtx },
|
2017-03-02 19:33:25 +00:00
|
|
|
{ "DeviceIoControl", func_DeviceIoControl },
|
2013-12-19 21:39:09 +00:00
|
|
|
{ "dosdev", func_dosdev },
|
2017-01-06 18:48:15 +00:00
|
|
|
{ "FindActCtxSectionStringW", func_FindActCtxSectionStringW },
|
2013-06-02 17:01:22 +00:00
|
|
|
{ "FindFiles", func_FindFiles },
|
2018-05-08 20:09:04 +00:00
|
|
|
{ "FLS", func_FLS },
|
2017-12-16 18:39:37 +00:00
|
|
|
{ "FormatMessage", func_FormatMessage },
|
2016-07-16 07:08:21 +00:00
|
|
|
{ "GetComputerNameEx", func_GetComputerNameEx },
|
2012-09-11 04:34:03 +00:00
|
|
|
{ "GetCurrentDirectory", func_GetCurrentDirectory },
|
|
|
|
{ "GetDriveType", func_GetDriveType },
|
|
|
|
{ "GetModuleFileName", func_GetModuleFileName },
|
2017-10-15 08:44:50 +00:00
|
|
|
{ "GetVolumeInformation", func_GetVolumeInformation },
|
2023-09-06 22:40:53 +00:00
|
|
|
{ "InitOnce", func_InitOnce },
|
2013-12-19 21:39:09 +00:00
|
|
|
{ "interlck", func_interlck },
|
2017-06-03 07:05:31 +00:00
|
|
|
{ "IsDBCSLeadByteEx", func_IsDBCSLeadByteEx },
|
2019-04-05 00:06:41 +00:00
|
|
|
{ "JapaneseCalendar", func_JapaneseCalendar },
|
2024-04-25 23:39:45 +00:00
|
|
|
{ "LCMapString", func_LCMapString },
|
2017-01-17 19:11:05 +00:00
|
|
|
{ "LoadLibraryExW", func_LoadLibraryExW },
|
2012-09-11 04:34:03 +00:00
|
|
|
{ "lstrcpynW", func_lstrcpynW },
|
2017-03-06 19:14:27 +00:00
|
|
|
{ "lstrlen", func_lstrlen },
|
2015-09-25 14:53:08 +00:00
|
|
|
{ "MailslotRead", func_Mailslot },
|
2012-10-10 19:10:49 +00:00
|
|
|
{ "MultiByteToWideChar", func_MultiByteToWideChar },
|
2015-04-18 19:46:57 +00:00
|
|
|
{ "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW },
|
2020-05-02 05:58:48 +00:00
|
|
|
{ "QueueUserAPC", func_QueueUserAPC },
|
2019-05-25 12:15:24 +00:00
|
|
|
{ "SetComputerNameExW", func_SetComputerNameExW },
|
2016-10-18 15:35:06 +00:00
|
|
|
{ "SetConsoleWindowInfo", func_SetConsoleWindowInfo },
|
2012-09-11 04:34:03 +00:00
|
|
|
{ "SetCurrentDirectory", func_SetCurrentDirectory },
|
2015-02-20 10:29:47 +00:00
|
|
|
{ "SetUnhandledExceptionFilter", func_SetUnhandledExceptionFilter },
|
2018-07-29 14:43:10 +00:00
|
|
|
{ "SystemFirmware", func_SystemFirmware },
|
2015-02-20 10:29:47 +00:00
|
|
|
{ "TerminateProcess", func_TerminateProcess },
|
2015-05-25 10:30:12 +00:00
|
|
|
{ "TunnelCache", func_TunnelCache },
|
2023-09-14 19:14:07 +00:00
|
|
|
{ "UEFIFirmware", func_UEFIFirmware },
|
2016-09-26 10:06:55 +00:00
|
|
|
{ "WideCharToMultiByte", func_WideCharToMultiByte },
|
2020-09-20 20:56:42 +00:00
|
|
|
{ "ActCtxWithXmlNamespaces", func_ActCtxWithXmlNamespaces },
|
2011-04-28 22:10:51 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|