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