From 212f50df366d35fa91cc78be3451c7836c9b3faa Mon Sep 17 00:00:00 2001 From: p0358 Date: Mon, 19 Sep 2022 01:56:21 +0200 Subject: Set current directory properly (#275) --- loader_wsock32_proxy/dllmain.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader_wsock32_proxy') diff --git a/loader_wsock32_proxy/dllmain.cpp b/loader_wsock32_proxy/dllmain.cpp index 7feb278d..c5610042 100644 --- a/loader_wsock32_proxy/dllmain.cpp +++ b/loader_wsock32_proxy/dllmain.cpp @@ -39,6 +39,8 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD reason, LPVOID) return true; } + SetCurrentDirectoryW(exePath); + if (!ProvisionNorthstar()) // does not call InitialiseNorthstar yet, will do it on LauncherMain hook return true; -- cgit v1.2.3