aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/logging.cpp')
-rw-r--r--NorthstarDLL/logging.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/NorthstarDLL/logging.cpp b/NorthstarDLL/logging.cpp
index d238394b..e82c2131 100644
--- a/NorthstarDLL/logging.cpp
+++ b/NorthstarDLL/logging.cpp
@@ -8,7 +8,6 @@
#include <iomanip>
#include <sstream>
-#include <Psapi.h>
AUTOHOOK_INIT()
@@ -127,7 +126,7 @@ void,, (const char* text, ...))
}
AUTOHOOK(CClientState_ProcessPrint, engine.dll + 0x1A1530,
-bool,, (__int64 thisptr, __int64 msg))
+bool,, (void* thisptr, uintptr_t msg))
{
char* text = *(char**)(msg + 0x20);