mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue