Skip to content

Commit 3b167f4

Browse files
committed
api call fix
- fixes #437
1 parent 1ec61c5 commit 3b167f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dllblacklist.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void WINAPI LdrLoadDllHook(IN PWCHAR PathToFile OPTIONAL, IN PULONG Flags
4242
}
4343
}
4444

45-
return realLdrLoadDll.stdcall(PathToFile, Flags, ModuleFileName, ModuleHandle);
45+
return realLdrLoadDll.unsafe_stdcall(PathToFile, Flags, ModuleFileName, ModuleHandle);
4646
}
4747

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

0 commit comments

Comments
 (0)