mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[NTDLL]
* Export NtGetTickCount(). CORE-8174 svn path=/trunk/; revision=63189
This commit is contained in:
parent
426a4f1ef2
commit
0b67325762
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue