aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-27 10:06:01 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-27 10:06:01 +0200
commit8f494ce58e35fa39a4802f5238da05be03f10edd (patch)
tree85938851e12022aba56e979af9c6f049fc2c83a8
parentd18ee31facdf341aa2e79a782e4701d46c57621c (diff)
renaming stuff
-rw-r--r--Hunted/Hunted.cpp2
-rw-r--r--TestDLL/dllmain.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/Hunted/Hunted.cpp b/Hunted/Hunted.cpp
index d57eded..1ab0a47 100644
--- a/Hunted/Hunted.cpp
+++ b/Hunted/Hunted.cpp
@@ -351,7 +351,7 @@ class Vec3_tpl<float> size(12):
<< std::wstring(dir.begin(), dir.end()) << std::endl;
}
- PatternScanner pscan(&loadlib_data, &llua);
+ PatternScanner pscan(&map_loadlib, &llua);
pscan.Scan(md, "01 23 45 67 89 ?? ab cd ef ?? AB CD EF FF");
// TODO: get gEnv with 0F B7 00 48 83 C4 28 C3
diff --git a/TestDLL/dllmain.cpp b/TestDLL/dllmain.cpp
index f8fd069..1097050 100644
--- a/TestDLL/dllmain.cpp
+++ b/TestDLL/dllmain.cpp
@@ -8,7 +8,6 @@ extern "C"
BOOL WINAPI _CRT_INIT(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved);
#pragma comment(lib, "vcruntime.lib")
-//#pragma comment(lib, "ucrt.lib")
typedef void(*myfree_t)(void *ptr);
typedef void*(*mymalloc_t)(size_t n);