Reactos
at master 81 lines 2.3 kB view raw
1/* Automatically generated file; DO NOT EDIT!! */ 2 3#define STANDALONE 4#include <wine/test.h> 5 6extern void func_actctx(void); 7extern void func_atom(void); 8extern void func_change(void); 9extern void func_codepage(void); 10extern void func_comm(void); 11extern void func_console(void); 12extern void func_debugger(void); 13extern void func_directory(void); 14extern void func_drive(void); 15extern void func_environ(void); 16extern void func_fiber(void); 17extern void func_file(void); 18extern void func_format_msg(void); 19extern void func_generated(void); 20extern void func_heap(void); 21extern void func_loader(void); 22extern void func_locale(void); 23extern void func_mailslot(void); 24extern void func_module(void); 25extern void func_path(void); 26extern void func_pipe(void); 27extern void func_power(void); 28extern void func_process(void); 29extern void func_profile(void); 30extern void func_resource(void); 31extern void func_sync(void); 32extern void func_thread(void); 33extern void func_time(void); 34extern void func_timer(void); 35extern void func_toolhelp(void); 36extern void func_version(void); 37extern void func_virtual(void); 38extern void func_volume(void); 39/* ReactOS */ 40extern void func_dosdev(void); 41extern void func_interlck(void); 42 43const 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 { "power", func_power }, 69 { "process", func_process }, 70 { "profile", func_profile }, 71 { "resource", func_resource }, 72 { "sync", func_sync }, 73 { "thread", func_thread }, 74 { "time", func_time }, 75 { "timer", func_timer }, 76 { "toolhelp", func_toolhelp }, 77 { "version", func_version }, 78 { "virtual", func_virtual }, 79 { "volume", func_volume }, 80 { 0, 0 } 81};