[USER32] Properly save EBX in the wndproc wrapper

This commit is contained in:
Jérôme Gardou 2020-12-09 10:00:35 +01:00
parent 3d4cf8d2d8
commit 484e959c29

View file

@ -14,9 +14,9 @@
.code
/*
/*
* LRESULT
* __cdecl
* __cdecl
* CALL_EXTERN_WNDPROC(
* WNDPROC WndProc,
* HWND hWnd,
@ -33,7 +33,7 @@ FUNC _CALL_EXTERN_WNDPROC
push edi
push esi
push ebp
push ebx
sub esp, 12