http://bugs.winehq.org/show_bug.cgi?id=22044
--- Comment #4 from Piotr Caban piotr.caban@gmail.com 2010-04-08 11:51:49 --- Only 4 functions are missing now, namely:
?_type_info_dtor_internal_method@type_info@@QAEXXZ __clean_type_info_names_internal _crt_debugger_hook _except_handler4_common
Three of them should not be executed in most programs (executed in case of an error). So to make the game running probably only __clean_type_info_names_internal is needed. Because this function is not documented and I was not able to write a program that is correctly using it, can you check if it's truly used? (I prefer not to download WoW because it's quite big).