mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[USER32] Properly save EBX in the wndproc wrapper
This commit is contained in:
parent
3d4cf8d2d8
commit
484e959c29
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ FUNC _CALL_EXTERN_WNDPROC
|
||||||
|
|
||||||
push edi
|
push edi
|
||||||
push esi
|
push esi
|
||||||
push ebp
|
push ebx
|
||||||
|
|
||||||
sub esp, 12
|
sub esp, 12
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue