Commit c7ccf240 authored by Erich Hoover's avatar Erich Hoover Committed by Alexandre Julliard

ntoskrnl: Forward ExSystemTimeToLocalTime and ExLocalTimeToSystemTime to ntdll.

parent 529b1833
......@@ -157,7 +157,7 @@
@ stub ExIsProcessorFeaturePresent
@ stub ExIsResourceAcquiredExclusiveLite
@ stub ExIsResourceAcquiredSharedLite
@ stub ExLocalTimeToSystemTime
@ stdcall ExLocalTimeToSystemTime(ptr ptr) ntdll.RtlLocalTimeToSystemTime
@ stub ExNotifyCallback
@ stub ExQueryPoolBlockSize
@ stub ExQueueWorkItem
......@@ -173,7 +173,7 @@
@ stub ExSetResourceOwnerPointer
@ stub ExSetTimerResolution
@ stub ExSystemExceptionFilter
@ stub ExSystemTimeToLocalTime
@ stdcall ExSystemTimeToLocalTime(ptr ptr) ntdll.RtlSystemTimeToLocalTime
@ stub ExUnregisterCallback
@ stub ExUuidCreate
@ stub ExVerifySuite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment