diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-27 10:54:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 10:54:09 +0200 |
commit | f1a8ce9337ce84f25fc1a78458f43377c7b36f4d (patch) | |
tree | bb5ea746c277f6b6c720deac8e6dadcd682440f7 /NorthstarDedicatedTest/hooks.cpp | |
parent | b5405b462656b83a37bf1eb41b049b0913980a13 (diff) | |
parent | 379cbc8bc251307777a14b901e5617e834398485 (diff) | |
download | NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.tar.gz NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/hooks.cpp')
-rw-r--r-- | NorthstarDedicatedTest/hooks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/hooks.cpp b/NorthstarDedicatedTest/hooks.cpp index 4c403872..055fe4df 100644 --- a/NorthstarDedicatedTest/hooks.cpp +++ b/NorthstarDedicatedTest/hooks.cpp @@ -36,7 +36,7 @@ LoadLibraryWType LoadLibraryWOriginal; void InstallInitialHooks() { if (MH_Initialize() != MH_OK) - spdlog::error("MH_Initialize failed"); + spdlog::error("MH_Initialize (minhook initialization) failed"); HookEnabler hook; ENABLER_CREATEHOOK(hook, &GetCommandLineA, &GetCommandLineAHook, reinterpret_cast<LPVOID*>(&GetCommandLineAOriginal)); |