123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- WINE_1.0
- {
- global:
- __wine_dll_register;
- __wine_main_argc;
- __wine_main_argv;
- __wine_main_environ;
- __wine_main_wargv;
- wine_anon_mmap;
- wine_dll_set_callback;
- /* the following functions are obsolete and only exported for backwards compatibility */
- __wine_dbg_get_channel_flags;
- __wine_dbg_set_channel_flags;
- __wine_dbg_set_functions;
- atoiW;
- atolW;
- get_char_typeW;
- isalnumW;
- isalphaW;
- iscntrlW;
- isdigitW;
- isgraphW;
- islowerW;
- isprintW;
- ispunctW;
- isspaceW;
- isupperW;
- isxdigitW;
- memchrW;
- memicmpW;
- memrchrW;
- snprintfW;
- sprintfW;
- strcatW;
- strchrW;
- strcmpW;
- strcmpiW;
- strcpyW;
- strcspnW;
- strlenW;
- strlwrW;
- strncmpW;
- strncmpiW;
- strpbrkW;
- strrchrW;
- strspnW;
- strstrW;
- strtolW;
- strtoulW;
- struprW;
- tolowerW;
- toupperW;
- vsnprintfW;
- vsprintfW;
- wine_call_on_stack;
- wine_casemap_lower;
- wine_casemap_upper;
- wine_compare_string;
- wine_cp_enum_table;
- wine_cp_get_table;
- wine_cp_mbstowcs;
- wine_cp_wcstombs;
- wine_cpsymbol_mbstowcs;
- wine_cpsymbol_wcstombs;
- wine_dbg_log;
- wine_dbg_printf;
- wine_dbg_sprintf;
- wine_dbgstr_an;
- wine_dbgstr_wn;
- wine_dlclose;
- wine_dll_enum_load_path;
- wine_dll_get_owner;
- wine_dll_load;
- wine_dll_load_main_exe;
- wine_dll_unload;
- wine_dlopen;
- wine_dlsym;
- wine_exec_wine_binary;
- wine_fold_string;
- wine_get_build_dir;
- wine_get_build_id;
- wine_get_config_dir;
- wine_get_cs;
- wine_get_data_dir;
- wine_get_ds;
- wine_get_es;
- wine_get_fs;
- wine_get_gs;
- wine_get_server_dir;
- wine_get_sortkey;
- wine_get_ss;
- wine_get_user_name;
- wine_get_version;
- wine_init;
- wine_init_argv0_path;
- wine_is_dbcs_leadbyte;
- wine_ldt_alloc_entries;
- wine_ldt_alloc_fs;
- wine_ldt_copy;
- wine_ldt_free_entries;
- wine_ldt_free_fs;
- wine_ldt_get_entry;
- wine_ldt_get_ptr;
- wine_ldt_init_fs;
- wine_ldt_init_locking;
- wine_ldt_is_system;
- wine_ldt_realloc_entries;
- wine_ldt_set_entry;
- wine_mmap_add_reserved_area;
- wine_mmap_enum_reserved_areas;
- wine_mmap_is_in_reserved_area;
- wine_mmap_remove_reserved_area;
- wine_pthread_get_functions;
- wine_pthread_set_functions;
- wine_set_fs;
- wine_set_gs;
- wine_switch_to_stack;
- wine_utf8_mbstowcs;
- wine_utf8_wcstombs;
- wine_wctype_table;
- local: *;
- };
|