diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-27 10:06:01 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-27 10:06:01 +0200 |
commit | 8f494ce58e35fa39a4802f5238da05be03f10edd (patch) | |
tree | 85938851e12022aba56e979af9c6f049fc2c83a8 /TestDLL | |
parent | d18ee31facdf341aa2e79a782e4701d46c57621c (diff) |
renaming stuff
Diffstat (limited to 'TestDLL')
-rw-r--r-- | TestDLL/dllmain.cpp | 1 |
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); |