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_interlck(void); 22 extern void func_IsDBCSLeadByteEx(void); 23 extern void func_JapaneseCalendar(void); 24 extern void func_LoadLibraryExW(void); 25 extern void func_lstrcpynW(void); 26 extern void func_lstrlen(void); 27 extern void func_Mailslot(void); 28 extern void func_MultiByteToWideChar(void); 29 extern void func_PrivMoveFileIdentityW(void); 30 extern void func_QueueUserAPC(void); 31 extern void func_SetComputerNameExW(void); 32 extern void func_SetConsoleWindowInfo(void); 33 extern void func_SetCurrentDirectory(void); 34 extern void func_SetUnhandledExceptionFilter(void); 35 extern void func_SystemFirmware(void); 36 extern void func_TerminateProcess(void); 37 extern void func_TunnelCache(void); 38 extern void func_WideCharToMultiByte(void); 39 40 const struct test winetest_testlist[] = 41 { 42 { "ConsoleCP", func_ConsoleCP }, 43 { "CreateProcess", func_CreateProcess }, 44 { "DefaultActCtx", func_DefaultActCtx }, 45 { "DeviceIoControl", func_DeviceIoControl }, 46 { "dosdev", func_dosdev }, 47 { "FindActCtxSectionStringW", func_FindActCtxSectionStringW }, 48 { "FindFiles", func_FindFiles }, 49 { "FLS", func_FLS }, 50 { "FormatMessage", func_FormatMessage }, 51 { "GetComputerNameEx", func_GetComputerNameEx }, 52 { "GetCurrentDirectory", func_GetCurrentDirectory }, 53 { "GetDriveType", func_GetDriveType }, 54 { "GetModuleFileName", func_GetModuleFileName }, 55 { "GetVolumeInformation", func_GetVolumeInformation }, 56 { "interlck", func_interlck }, 57 { "IsDBCSLeadByteEx", func_IsDBCSLeadByteEx }, 58 { "JapaneseCalendar", func_JapaneseCalendar }, 59 { "LoadLibraryExW", func_LoadLibraryExW }, 60 { "lstrcpynW", func_lstrcpynW }, 61 { "lstrlen", func_lstrlen }, 62 { "MailslotRead", func_Mailslot }, 63 { "MultiByteToWideChar", func_MultiByteToWideChar }, 64 { "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW }, 65 { "QueueUserAPC", func_QueueUserAPC }, 66 { "SetComputerNameExW", func_SetComputerNameExW }, 67 { "SetConsoleWindowInfo", func_SetConsoleWindowInfo }, 68 { "SetCurrentDirectory", func_SetCurrentDirectory }, 69 { "SetUnhandledExceptionFilter", func_SetUnhandledExceptionFilter }, 70 { "SystemFirmware", func_SystemFirmware }, 71 { "TerminateProcess", func_TerminateProcess }, 72 { "TunnelCache", func_TunnelCache }, 73 { "WideCharToMultiByte", func_WideCharToMultiByte }, 74 { "ActCtxWithXmlNamespaces", func_ActCtxWithXmlNamespaces }, 75 { 0, 0 } 76 }; 77