aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/keyvalues.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 20:23:16 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 20:23:16 +0100
commit5ce8343bcced9e92ab2b3c1b80382cffa0281629 (patch)
tree95ce2dbe8dc976cab987d76f8e964a2efc6c23fd /NorthstarDedicatedTest/keyvalues.cpp
parent180470cf75f40bed9c24b22d0afd68871d40c9f3 (diff)
downloadNorthstarLauncher-5ce8343bcced9e92ab2b3c1b80382cffa0281629.tar.gz
NorthstarLauncher-5ce8343bcced9e92ab2b3c1b80382cffa0281629.zip
use lambdas for dll load callbacks so intellisense shits itself less
Diffstat (limited to 'NorthstarDedicatedTest/keyvalues.cpp')
-rw-r--r--NorthstarDedicatedTest/keyvalues.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/keyvalues.cpp b/NorthstarDedicatedTest/keyvalues.cpp
index 880089a3..a2c7281a 100644
--- a/NorthstarDedicatedTest/keyvalues.cpp
+++ b/NorthstarDedicatedTest/keyvalues.cpp
@@ -14,7 +14,7 @@ KeyValues__LoadFromBufferType KeyValues__LoadFromBuffer;
char KeyValues__LoadFromBufferHook(
void* self, const char* resourceName, const char* pBuffer, void* pFileSystem, void* a5, void* a6, int a7);
-ON_DLL_LOAD("engine.dll", KeyValues, (HMODULE baseAddress)
+ON_DLL_LOAD("engine.dll", KeyValues, [](HMODULE baseAddress)
{
HookEnabler hook;
ENABLER_CREATEHOOK(