0bf5e424dc010cd50756a96d8fb6603bf7afe26b
[reactos.git] / modules / rostests / apitests / kernel32 / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_Console(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_FormatMessage(void);
14 extern void func_GetComputerNameEx(void);
15 extern void func_GetCurrentDirectory(void);
16 extern void func_GetDriveType(void);
17 extern void func_GetModuleFileName(void);
18 extern void func_GetVolumeInformation(void);
19 extern void func_interlck(void);
20 extern void func_IsDBCSLeadByteEx(void);
21 extern void func_LoadLibraryExW(void);
22 extern void func_lstrcpynW(void);
23 extern void func_lstrlen(void);
24 extern void func_Mailslot(void);
25 extern void func_MultiByteToWideChar(void);
26 extern void func_PrivMoveFileIdentityW(void);
27 extern void func_SetConsoleWindowInfo(void);
28 extern void func_SetCurrentDirectory(void);
29 extern void func_SetUnhandledExceptionFilter(void);
30 extern void func_TerminateProcess(void);
31 extern void func_TunnelCache(void);
32 extern void func_WideCharToMultiByte(void);
33
34 const struct test winetest_testlist[] =
35 {
36 { "ConsoleCP", func_Console },
37 { "CreateProcess", func_CreateProcess },
38 { "DefaultActCtx", func_DefaultActCtx },
39 { "DeviceIoControl", func_DeviceIoControl },
40 { "dosdev", func_dosdev },
41 { "FindActCtxSectionStringW", func_FindActCtxSectionStringW },
42 { "FindFiles", func_FindFiles },
43 { "FormatMessage", func_FormatMessage },
44 { "GetComputerNameEx", func_GetComputerNameEx },
45 { "GetCurrentDirectory", func_GetCurrentDirectory },
46 { "GetDriveType", func_GetDriveType },
47 { "GetModuleFileName", func_GetModuleFileName },
48 { "GetVolumeInformation", func_GetVolumeInformation },
49 { "interlck", func_interlck },
50 { "IsDBCSLeadByteEx", func_IsDBCSLeadByteEx },
51 { "LoadLibraryExW", func_LoadLibraryExW },
52 { "lstrcpynW", func_lstrcpynW },
53 { "lstrlen", func_lstrlen },
54 { "MailslotRead", func_Mailslot },
55 { "MultiByteToWideChar", func_MultiByteToWideChar },
56 { "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW },
57 { "SetConsoleWindowInfo", func_SetConsoleWindowInfo },
58 { "SetCurrentDirectory", func_SetCurrentDirectory },
59 { "SetUnhandledExceptionFilter", func_SetUnhandledExceptionFilter },
60 { "TerminateProcess", func_TerminateProcess },
61 { "TunnelCache", func_TunnelCache },
62 { "WideCharToMultiByte", func_WideCharToMultiByte },
63 { 0, 0 }
64 };
65