Newer msvcirt.dll libraries call msvcrt._U@YAPAXI@Z and _V@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@YAPAXI@Z and _V@YAPAXI@Z -- Uwe Bonnes bon@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@XZ(ptr) MSVCRT_exception_dtor @ cdecl ??1type_info@@UAE@XZ(ptr) MSVCRT_type_info_dtor @ cdecl ??2@YAPAXI@Z(long) MSVCRT_operator_new +@ cdecl ??_U@YAPAXI@Z(long) MSVCRT_operator_new @ cdecl ??3@YAXPAX@Z(ptr) MSVCRT_operator_delete +@ cdecl ??_V@YAXPAX@Z(ptr) MSVCRT_operator_delete @ cdecl ??4__non_rtti_object@@QAEAAV0@ABV0@@Z(ptr ptr) MSVCRT___non_rtti_object_opequals @ cdecl ??4bad_cast@@QAEAAV0@ABV0@@Z(ptr ptr) MSVCRT_bad_cast_opequals @ cdecl ??4bad_typeid@@QAEAAV0@ABV0@@Z(ptr ptr)MSVCRT_bad_typeid_opequals