mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[NTDLL]
* Export NtGetTickCount(). CORE-8174 svn path=/trunk/; revision=63189
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user