* Mark as hotpatchable.
CORE-7959

svn path=/trunk/; revision=62427
This commit is contained in:
Amine Khaldi
2014-03-05 12:06:28 +00:00
parent 4e25055d91
commit 19962054f9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ add_library(ntdll SHARED
def/ntdll.rc
${CMAKE_CURRENT_BINARY_DIR}/ntdll.def)
set_module_type(ntdll win32dll ENTRYPOINT 0)
set_module_type(ntdll win32dll HOTPATCHABLE ENTRYPOINT 0)
#############################################
## HACK FOR MSVC COMPILATION WITH win32dll ##
set_subsystem(ntdll console)
+1
View File
@@ -307,6 +307,7 @@ LdrLockLoaderLock(IN ULONG Flags,
*/
NTSTATUS
NTAPI
DECLSPEC_HOTPATCH
LdrLoadDll(IN PWSTR SearchPath OPTIONAL,
IN PULONG DllCharacteristics OPTIONAL,
IN PUNICODE_STRING DllName,