aboutsummaryrefslogtreecommitdiff
path: root/TestDLL
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 /TestDLL
parentd18ee31facdf341aa2e79a782e4701d46c57621c (diff)
renaming stuff
Diffstat (limited to 'TestDLL')
-rw-r--r--TestDLL/dllmain.cpp1
1 files changed, 0 insertions, 1 deletions
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);