wine.map 2.4 KB

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