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