1 /* Automatically generated file; DO NOT EDIT!! */ 2 3 #define WIN32_LEAN_AND_MEAN 4 #include <windows.h> 5 6 #define STANDALONE 7 #include "wine/test.h" 8 9 extern void func_actctx(void); 10 extern void func_atom(void); 11 extern void func_change(void); 12 extern void func_codepage(void); 13 extern void func_comm(void); 14 extern void func_console(void); 15 extern void func_cpu(void); 16 extern void func_debugger(void); 17 extern void func_directory(void); 18 extern void func_drive(void); 19 extern void func_environ(void); 20 extern void func_fiber(void); 21 extern void func_file(void); 22 extern void func_format_msg(void); 23 extern void func_generated(void); 24 extern void func_heap(void); 25 extern void func_loader(void); 26 extern void func_locale(void); 27 extern void func_mailslot(void); 28 extern void func_module(void); 29 extern void func_path(void); 30 extern void func_pipe(void); 31 extern void func_process(void); 32 extern void func_profile(void); 33 extern void func_resource(void); 34 extern void func_sync(void); 35 extern void func_thread(void); 36 extern void func_time(void); 37 extern void func_timer(void); 38 extern void func_toolhelp(void); 39 extern void func_version(void); 40 extern void func_virtual(void); 41 extern void func_volume(void); 42 /* ReactOS */ 43 extern void func_dosdev(void); 44 extern void func_interlck(void); 45 46 const struct test winetest_testlist[] = 47 { 48 { "actctx", func_actctx }, 49 { "atom", func_atom }, 50 { "change", func_change }, 51 { "codepage", func_codepage }, 52 { "comm", func_comm }, 53 { "console", func_console }, 54 /* ReactOS */ 55 //{ "debugger", func_debugger }, 56 { "directory", func_directory }, 57 { "drive", func_drive }, 58 { "environ", func_environ }, 59 { "fiber", func_fiber }, 60 { "file", func_file }, 61 { "format_msg", func_format_msg }, 62 /* ReactOS */ 63 //{ "generated", func_generated }, 64 { "heap", func_heap }, 65 { "loader", func_loader }, 66 { "locale", func_locale }, 67 { "mailslot", func_mailslot }, 68 { "module", func_module }, 69 { "path", func_path }, 70 { "pipe", func_pipe }, 71 { "process", func_process }, 72 { "profile", func_profile }, 73 { "resource", func_resource }, 74 { "sync", func_sync }, 75 { "thread", func_thread }, 76 { "time", func_time }, 77 { "timer", func_timer }, 78 { "toolhelp", func_toolhelp }, 79 { "version", func_version }, 80 { "virtual", func_virtual }, 81 { "volume", func_volume }, 82 { 0, 0 } 83 }; 84