[CRT] Reduce diff to wine-5.0

This commit is contained in:
Timo Kreuzer 2023-08-10 12:12:22 +03:00
parent e04b796534
commit c332b917dc
5 changed files with 30 additions and 30 deletions

View file

@ -5,6 +5,8 @@
.code
.align 4
EXTERN _cxx_frame_handler:PROC
MACRO(DEFINE_THISCALL_ALIAS, cxxname, target)
#ifdef _USE_ML
EXTERN ___thiscall&target:PROC
@ -166,5 +168,19 @@ _call_handler:
pop ebp
ret
PUBLIC ___CxxFrameHandler
___CxxFrameHandler:
push 0
push 0
push eax
push[esp + 28]
push[esp + 28]
push[esp + 28]
push[esp + 28]
call _cxx_frame_handler
add esp, 28
ret
END