1 #define __ROS_LONG64__
2 
3 #define STANDALONE
4 #include <apitest.h>
5 
6 extern void func_ActCtxWithXmlNamespaces(void);
7 extern void func_ConsoleCP(void);
8 extern void func_CreateProcess(void);
9 extern void func_DefaultActCtx(void);
10 extern void func_DeviceIoControl(void);
11 extern void func_dosdev(void);
12 extern void func_FindActCtxSectionStringW(void);
13 extern void func_FindFiles(void);
14 extern void func_FLS(void);
15 extern void func_FormatMessage(void);
16 extern void func_GetComputerNameEx(void);
17 extern void func_GetCurrentDirectory(void);
18 extern void func_GetDriveType(void);
19 extern void func_GetModuleFileName(void);
20 extern void func_GetVolumeInformation(void);
21 extern void func_InitOnce(void);
22 extern void func_interlck(void);
23 extern void func_IsDBCSLeadByteEx(void);
24 extern void func_JapaneseCalendar(void);
25 extern void func_LCMapString(void);
26 extern void func_LoadLibraryExW(void);
27 extern void func_lstrcpynW(void);
28 extern void func_lstrlen(void);
29 extern void func_Mailslot(void);
30 extern void func_MultiByteToWideChar(void);
31 extern void func_PrivMoveFileIdentityW(void);
32 extern void func_QueueUserAPC(void);
33 extern void func_SetComputerNameExW(void);
34 extern void func_SetConsoleWindowInfo(void);
35 extern void func_SetCurrentDirectory(void);
36 extern void func_SetUnhandledExceptionFilter(void);
37 extern void func_SystemFirmware(void);
38 extern void func_TerminateProcess(void);
39 extern void func_TunnelCache(void);
40 extern void func_UEFIFirmware(void);
41 extern void func_WideCharToMultiByte(void);
42 
43 const struct test winetest_testlist[] =
44 {
45     { "ConsoleCP",                   func_ConsoleCP },
46     { "CreateProcess",               func_CreateProcess },
47     { "DefaultActCtx",               func_DefaultActCtx },
48     { "DeviceIoControl",             func_DeviceIoControl },
49     { "dosdev",                      func_dosdev },
50     { "FindActCtxSectionStringW",    func_FindActCtxSectionStringW },
51     { "FindFiles",                   func_FindFiles },
52     { "FLS",                         func_FLS },
53     { "FormatMessage",               func_FormatMessage },
54     { "GetComputerNameEx",           func_GetComputerNameEx },
55     { "GetCurrentDirectory",         func_GetCurrentDirectory },
56     { "GetDriveType",                func_GetDriveType },
57     { "GetModuleFileName",           func_GetModuleFileName },
58     { "GetVolumeInformation",        func_GetVolumeInformation },
59     { "InitOnce",                    func_InitOnce },
60     { "interlck",                    func_interlck },
61     { "IsDBCSLeadByteEx",            func_IsDBCSLeadByteEx },
62     { "JapaneseCalendar",            func_JapaneseCalendar },
63     { "LCMapString",                 func_LCMapString },
64     { "LoadLibraryExW",              func_LoadLibraryExW },
65     { "lstrcpynW",                   func_lstrcpynW },
66     { "lstrlen",                     func_lstrlen },
67     { "MailslotRead",                func_Mailslot },
68     { "MultiByteToWideChar",         func_MultiByteToWideChar },
69     { "PrivMoveFileIdentityW",       func_PrivMoveFileIdentityW },
70     { "QueueUserAPC",                func_QueueUserAPC },
71     { "SetComputerNameExW",          func_SetComputerNameExW },
72     { "SetConsoleWindowInfo",        func_SetConsoleWindowInfo },
73     { "SetCurrentDirectory",         func_SetCurrentDirectory },
74     { "SetUnhandledExceptionFilter", func_SetUnhandledExceptionFilter },
75     { "SystemFirmware",              func_SystemFirmware },
76     { "TerminateProcess",            func_TerminateProcess },
77     { "TunnelCache",                 func_TunnelCache },
78     { "UEFIFirmware",                func_UEFIFirmware },
79     { "WideCharToMultiByte",         func_WideCharToMultiByte },
80     { "ActCtxWithXmlNamespaces",     func_ActCtxWithXmlNamespaces },
81     { 0, 0 }
82 };
83