Skip to content

Commit

Permalink
api call fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Feb 10, 2024
1 parent 1ec61c5 commit 3b167f4
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 @@ -42,7 +42,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 3b167f4

Please sign in to comment.