https://git.reactos.org/?p=reactos.git;a=commitdiff;h=484e959c29409742bbdbd1...
commit 484e959c29409742bbdbd115f76cfb590bf68e43 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Wed Dec 9 10:00:35 2020 +0100 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Dec 9 10:00:35 2020 +0100
[USER32] Properly save EBX in the wndproc wrapper --- win32ss/user/user32/windows/wndproc_fixup.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/win32ss/user/user32/windows/wndproc_fixup.S b/win32ss/user/user32/windows/wndproc_fixup.S index d2c1d91bf7c..f010227dfb4 100644 --- a/win32ss/user/user32/windows/wndproc_fixup.S +++ b/win32ss/user/user32/windows/wndproc_fixup.S @@ -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