[PATCH 1/2] msvcp140: Add MSVC 2015 C++ support DLL (try 2)

Alexandre Julliard julliard at winehq.org
Mon Aug 1 05:29:16 CDT 2016


Daniel Lehman <dlehman at esri.com> writes:

> +@ extern ??_7?$num_put at _WV?$ostreambuf_iterator at _WU?$char_traits at _W@std@@@std@@@std@@6B@ MSVCP_num_put_wchar_vtable
> +@ extern ??_7?$time_get at DV?$istreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@6B@ MSVCP_time_get_char_vtable
> +@ stub ??_7?$time_get at GV?$istreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@6B@
> +@ stub ??_7?$time_get at _WV?$istreambuf_iterator at _WU?$char_traits at _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 at winehq.org



More information about the wine-devel mailing list