File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 11#include " stdafx.h"
22#include < cmath>
33
4- #ifdef _USRDLL
5- #if (defined(_WIN64) || defined(_M_ARM))
6- #pragma comment(linker,"/export:LdrUnloadDllMemoryAndExitThread")
7- #pragma comment(linker,"/export:FreeLibraryMemoryAndExitThread=LdrUnloadDllMemoryAndExitThread")
8- #else
9- #pragma comment(linker,"/export:LdrUnloadDllMemoryAndExitThread=_LdrUnloadDllMemoryAndExitThread@8")
10- #pragma comment(linker,"/export:FreeLibraryMemoryAndExitThread=_LdrUnloadDllMemoryAndExitThread@8")
11- #endif
12- #endif
13-
144NTSTATUS NTAPI LdrMapDllMemory (
155 _In_ HMEMORYMODULE ViewBase,
166 _In_ DWORD dwFlags,
@@ -304,4 +294,4 @@ extern "C" NTSTATUS NTAPI LdrQuerySystemMemoryModuleFeatures(_Out_ PDWORD pFeatu
304294 status = GetExceptionCode ();
305295 }
306296 return status;
307- }
297+ }
You can’t perform that action at this time.
0 commit comments