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