https://bugs.winehq.org/show_bug.cgi?id=37908
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #3 from Qian Hong fracting@gmail.com --- (In reply to Maarten from comment #2)
Created attachment 50532 [details] WINEDEBUG=msvcp wine glfont.exe >output.txt 2>&1
Hi Maarten, you are right that the patch is wrong. Note that the msvcp70 version of std::basic_ofstream<char,struct std::char_traits<char> >::open has only 2 arguments (in term of C++), while the msvcp90 version has 3 arguments (in term of C++). You can use http://demangler.com/ to demangle the symbols.
You might need to have a look at the msvcp60 version, which has only 2 arguments as well. Then you might need some #ifdef in dlls/msvcp90/ios.c . Finally you might want to write some test to confirm the implementation.