Skip to content

Commit

Permalink
Merge branch 'ThirteenAG:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC authored Feb 10, 2024
2 parents eaf1941 + 3b167f4 commit 0ffe9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dllblacklist.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void WINAPI LdrLoadDllHook(IN PWCHAR PathToFile OPTIONAL, IN PULONG Flags
}
}

return realLdrLoadDll.stdcall(PathToFile, Flags, ModuleFileName, ModuleHandle);
return realLdrLoadDll.unsafe_stdcall(PathToFile, Flags, ModuleFileName, ModuleHandle);
}

HRESULT CALLBACK TaskDialogCallbackProc(HWND hwnd, UINT uNotification, WPARAM wParam, LPARAM lParam, LONG_PTR dwRefData)
Expand Down

0 comments on commit 0ffe9f9

Please sign in to comment.