msvcp60: Add std::_Fpz export.
This commit is contained in:
parent
47f4e08a93
commit
76db3b0deb
|
@ -54,6 +54,9 @@ DEFINE_VTBL_WRAPPER(48);
|
|||
|
||||
#endif
|
||||
|
||||
/* ?_Fpz@std@@3_JB */
|
||||
const __int64 std_Fpz = 0;
|
||||
|
||||
void* (__cdecl *MSVCRT_operator_new)(MSVCP_size_t);
|
||||
void (__cdecl *MSVCRT_operator_delete)(void*);
|
||||
|
||||
|
|
|
@ -2077,7 +2077,7 @@
|
|||
@ stub -arch=win64 ?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBD_K3@Z
|
||||
@ stub -arch=win32 ?_Fput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBDII@Z
|
||||
@ stub -arch=win64 ?_Fput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBD_K3@Z
|
||||
@ stub ?_Fpz@std@@3_JB
|
||||
@ extern ?_Fpz@std@@3_JB std_Fpz
|
||||
@ thiscall -arch=win32 ?_Freeze@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEXXZ(ptr) basic_string_char__Freeze
|
||||
@ cdecl -arch=win64 ?_Freeze@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAAXXZ(ptr) basic_string_char__Freeze
|
||||
@ thiscall -arch=win32 ?_Freeze@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@AAEXXZ(ptr) basic_string_wchar__Freeze
|
||||
|
|
Loading…
Reference in New Issue