msvcp90: Remove functions that are not exported in native.
This commit is contained in:
parent
42500b0cfe
commit
f1e23aa619
|
@ -6556,12 +6556,3 @@
|
|||
@ cdecl towctrans(long long)
|
||||
@ cdecl wctrans(str)
|
||||
@ cdecl wctype(str)
|
||||
|
||||
#Functions not exported in native dll:
|
||||
@ thiscall -arch=win32 ?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z(ptr long) basic_string_char_tidy_built
|
||||
@ cdecl -arch=win64 ?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAAX_N@Z(ptr long) basic_string_char_tidy_built
|
||||
@ extern ??_7facet@locale@std@@6B@ MSVCP_locale_facet_vtable
|
||||
@ cdecl -arch=win32 ?facet_Register@facet@locale@std@@CAXPAV123@@Z(ptr) locale_facet_register
|
||||
@ cdecl -arch=win64 ?facet_Register@facet@locale@std@@CAXPEAV123@@Z(ptr) locale_facet_register
|
||||
@ thiscall -arch=win32 ?_Register@facet@locale@std@@QAEXXZ(ptr) locale_facet__Register
|
||||
@ cdecl -arch=win64 ?_Register@facet@locale@std@@QEAAXXZ(ptr) locale_facet__Register
|
||||
|
|
Loading…
Reference in New Issue