* Export NtGetTickCount().
CORE-8174

svn path=/trunk/; revision=63189
This commit is contained in:
Amine Khaldi 2014-05-08 14:07:36 +00:00
parent 426a4f1ef2
commit 0b67325762
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ add_library(ntdll SHARED
${SOURCE}
${ntdll_asm}
def/ntdll.rc
${CMAKE_CURRENT_BINARY_DIR}/ntdll_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/ntdll.def)
set_module_type(ntdll win32dll HOTPATCHABLE ENTRYPOINT 0)

View file

@ -175,7 +175,7 @@
@ stdcall NtGetCurrentProcessorNumber() ; 5.2 and higher
@ stdcall NtGetDevicePowerState(ptr ptr)
@ stdcall NtGetPlugPlayEvent(long long ptr long)
;@ stdcall NtGetTickCount()
@ stdcall -stub NtGetTickCount()
@ stdcall NtGetWriteWatch(long long ptr long ptr ptr ptr)
@ stdcall NtImpersonateAnonymousToken(ptr)
@ stdcall NtImpersonateClientOfPort(ptr ptr)