Msvcrt Undocumented functions

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun Jul 7 13:38:52 CDT 2002


Newer msvcirt.dll libraries call msvcrt._U at YAPAXI@Z and _V at YAPAXI@Z. These
functions are only other incarnations of MSVCRT_operator_new and
MSVCRT_operator_delete, perhaps to allow more flexibility in the debug
version of these libraries.

Changelog:
	dlls/msvcrt/msvcrt.spec
	Add _U at YAPAXI@Z and _V at YAPAXI@Z 
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Free Software: If you contribute nothing, expect nothing
--
Index: wine/dlls/msvcrt/msvcrt.spec
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/msvcrt.spec,v
retrieving revision 1.42
diff -u -r1.42 msvcrt.spec
--- wine/dlls/msvcrt/msvcrt.spec	21 Jun 2002 19:15:48 -0000	1.42
+++ wine/dlls/msvcrt/msvcrt.spec	7 Jul 2002 15:11:35 -0000
@@ -17,7 +17,9 @@
 @ cdecl ??1exception@@UAE at XZ(ptr) MSVCRT_exception_dtor
 @ cdecl ??1type_info@@UAE at XZ(ptr) MSVCRT_type_info_dtor
 @ cdecl ??2 at YAPAXI@Z(long) MSVCRT_operator_new
+@ cdecl ??_U at YAPAXI@Z(long) MSVCRT_operator_new
 @ cdecl ??3 at YAXPAX@Z(ptr) MSVCRT_operator_delete
+@ cdecl ??_V at YAXPAX@Z(ptr) MSVCRT_operator_delete
 @ cdecl ??4__non_rtti_object@@QAEAAV0 at ABV0@@Z(ptr ptr) MSVCRT___non_rtti_object_opequals
 @ cdecl ??4bad_cast@@QAEAAV0 at ABV0@@Z(ptr ptr) MSVCRT_bad_cast_opequals
 @ cdecl ??4bad_typeid@@QAEAAV0 at ABV0@@Z(ptr ptr)MSVCRT_bad_typeid_opequals



More information about the wine-patches mailing list