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 1
1
#include " stdafx.h"
2
2
#include < cmath>
3
3
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
-
14
4
NTSTATUS NTAPI LdrMapDllMemory (
15
5
_In_ HMEMORYMODULE ViewBase,
16
6
_In_ DWORD dwFlags,
@@ -304,4 +294,4 @@ extern "C" NTSTATUS NTAPI LdrQuerySystemMemoryModuleFeatures(_Out_ PDWORD pFeatu
304
294
status = GetExceptionCode ();
305
295
}
306
296
return status;
307
- }
297
+ }
You can’t perform that action at this time.
0 commit comments