mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:55:41 +00:00
[USER32] ForceResetUserApiHook is WINAPI, not FASTCALL. CORE-14450
Fixes stack pointer corruption when using Windows's uxtheme.dll.
This commit is contained in:
parent
af9960ca99
commit
c7c36702d2
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ BeginIfHookedUserApiHook(VOID)
|
|||
}
|
||||
|
||||
BOOL
|
||||
FASTCALL
|
||||
WINAPI
|
||||
ForceResetUserApiHook(HINSTANCE hInstance)
|
||||
{
|
||||
if ( ghmodUserApiHook == hInstance &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue