wine.map 2.6 KB

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