Last change
on this file since 33085 was 16410, checked in by vboxsync, 16 years ago |
export the Wine stuff to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
2.3 KB
|
Line | |
---|
1 | WINE_1.0
|
---|
2 | {
|
---|
3 | global:
|
---|
4 | __wine_dbg_get_channel_flags;
|
---|
5 | __wine_dbg_set_channel_flags;
|
---|
6 | __wine_dbg_set_functions;
|
---|
7 | __wine_dll_register;
|
---|
8 | __wine_main_argc;
|
---|
9 | __wine_main_argv;
|
---|
10 | __wine_main_environ;
|
---|
11 | __wine_main_wargv;
|
---|
12 | atoiW;
|
---|
13 | atolW;
|
---|
14 | get_char_typeW;
|
---|
15 | isalnumW;
|
---|
16 | isalphaW;
|
---|
17 | iscntrlW;
|
---|
18 | isdigitW;
|
---|
19 | isgraphW;
|
---|
20 | islowerW;
|
---|
21 | isprintW;
|
---|
22 | ispunctW;
|
---|
23 | isspaceW;
|
---|
24 | isupperW;
|
---|
25 | isxdigitW;
|
---|
26 | memchrW;
|
---|
27 | memicmpW;
|
---|
28 | memrchrW;
|
---|
29 | snprintfW;
|
---|
30 | sprintfW;
|
---|
31 | strcatW;
|
---|
32 | strchrW;
|
---|
33 | strcmpW;
|
---|
34 | strcmpiW;
|
---|
35 | strcpyW;
|
---|
36 | strcspnW;
|
---|
37 | strlenW;
|
---|
38 | strlwrW;
|
---|
39 | strncmpW;
|
---|
40 | strncmpiW;
|
---|
41 | strpbrkW;
|
---|
42 | strrchrW;
|
---|
43 | strspnW;
|
---|
44 | strstrW;
|
---|
45 | strtolW;
|
---|
46 | strtoulW;
|
---|
47 | struprW;
|
---|
48 | tolowerW;
|
---|
49 | toupperW;
|
---|
50 | vsnprintfW;
|
---|
51 | vsprintfW;
|
---|
52 | wine_anon_mmap;
|
---|
53 | wine_call_on_stack;
|
---|
54 | wine_casemap_lower;
|
---|
55 | wine_casemap_upper;
|
---|
56 | wine_compare_string;
|
---|
57 | wine_cp_enum_table;
|
---|
58 | wine_cp_get_table;
|
---|
59 | wine_cp_mbstowcs;
|
---|
60 | wine_cp_wcstombs;
|
---|
61 | wine_cpsymbol_mbstowcs;
|
---|
62 | wine_cpsymbol_wcstombs;
|
---|
63 | wine_dbg_log;
|
---|
64 | wine_dbg_printf;
|
---|
65 | wine_dbg_sprintf;
|
---|
66 | wine_dbgstr_an;
|
---|
67 | wine_dbgstr_wn;
|
---|
68 | wine_dlclose;
|
---|
69 | wine_dll_enum_load_path;
|
---|
70 | wine_dll_get_owner;
|
---|
71 | wine_dll_load;
|
---|
72 | wine_dll_load_main_exe;
|
---|
73 | wine_dll_set_callback;
|
---|
74 | wine_dll_unload;
|
---|
75 | wine_dlopen;
|
---|
76 | wine_dlsym;
|
---|
77 | wine_exec_wine_binary;
|
---|
78 | wine_fold_string;
|
---|
79 | wine_get_build_dir;
|
---|
80 | wine_get_build_id;
|
---|
81 | wine_get_config_dir;
|
---|
82 | wine_get_cs;
|
---|
83 | wine_get_data_dir;
|
---|
84 | wine_get_ds;
|
---|
85 | wine_get_es;
|
---|
86 | wine_get_fs;
|
---|
87 | wine_get_gs;
|
---|
88 | wine_get_server_dir;
|
---|
89 | wine_get_sortkey;
|
---|
90 | wine_get_ss;
|
---|
91 | wine_get_user_name;
|
---|
92 | wine_get_version;
|
---|
93 | wine_init;
|
---|
94 | wine_init_argv0_path;
|
---|
95 | wine_is_dbcs_leadbyte;
|
---|
96 | wine_ldt_alloc_entries;
|
---|
97 | wine_ldt_alloc_fs;
|
---|
98 | wine_ldt_copy;
|
---|
99 | wine_ldt_free_entries;
|
---|
100 | wine_ldt_free_fs;
|
---|
101 | wine_ldt_get_entry;
|
---|
102 | wine_ldt_get_ptr;
|
---|
103 | wine_ldt_init_fs;
|
---|
104 | wine_ldt_init_locking;
|
---|
105 | wine_ldt_is_system;
|
---|
106 | wine_ldt_realloc_entries;
|
---|
107 | wine_ldt_set_entry;
|
---|
108 | wine_mmap_add_reserved_area;
|
---|
109 | wine_mmap_enum_reserved_areas;
|
---|
110 | wine_mmap_is_in_reserved_area;
|
---|
111 | wine_mmap_remove_reserved_area;
|
---|
112 | wine_pthread_get_functions;
|
---|
113 | wine_pthread_set_functions;
|
---|
114 | wine_set_fs;
|
---|
115 | wine_set_gs;
|
---|
116 | wine_switch_to_stack;
|
---|
117 | wine_utf8_mbstowcs;
|
---|
118 | wine_utf8_wcstombs;
|
---|
119 | wine_wctype_table;
|
---|
120 |
|
---|
121 | local: *;
|
---|
122 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.