mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[USER32] Properly save EBX in the wndproc wrapper
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user