Erich Hoover : ntoskrnl: Forward ExSystemTimeToLocalTime and ExLocalTimeToSystemTime to ntdll.

Alexandre Julliard julliard at winehq.org
Thu Jan 14 11:33:37 CST 2010


Module: wine
Branch: master
Commit: c7ccf24020b9e995aade36038f6cbf84da2caf9b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c7ccf24020b9e995aade36038f6cbf84da2caf9b

Author: Erich Hoover <ehoover at mines.edu>
Date:   Thu Jan 14 10:16:50 2010 -0700

ntoskrnl: Forward ExSystemTimeToLocalTime and ExLocalTimeToSystemTime to ntdll.

---

 dlls/ntoskrnl.exe/ntoskrnl.exe.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
index 6fc72c1..5e11bf9 100644
--- a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+++ b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
@@ -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




More information about the wine-cvs mailing list