Re: [PATCH 1/2] msvcp140: Add MSVC 2015 C++ support DLL (try 2)
1 Aug
2016
1 Aug
'16
5:29 a.m.
Daniel Lehman <dlehman(a)esri.com> writes:
+@ extern ??_7?$num_put(a)_WV?$ostreambuf_iterator(a)_WU?$char_traits(a)_W@std@@@std@@@std@@6B@ MSVCP_num_put_wchar_vtable +@ extern ??_7?$time_get(a)DV?$istreambuf_iterator(a)DU?$char_traits(a)D@std@@@std@@@std@@6B@ MSVCP_time_get_char_vtable +@ stub ??_7?$time_get(a)GV?$istreambuf_iterator(a)GU?$char_traits(a)G@std@@@std@@@std@@6B@ +@ stub ??_7?$time_get(a)_WV?$istreambuf_iterator(a)_WU?$char_traits(a)_W@std@@@std@@@std@@6B@
These should be extern, not stub. There are several more similar cases. Please check other msvcp versions to see where we are using commented out extern declarations. -- Alexandre Julliard julliard(a)winehq.org
3417
Age (days ago)
3417
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard