[ros-diffs] [tkreuzer] 48056: [NTOSKRNL] KeQuerySystemTime and KeQueryInterruptTime are not implemenetd on amd64

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Jul 15 00:07:31 UTC 2010


Author: tkreuzer
Date: Thu Jul 15 00:07:31 2010
New Revision: 48056

URL: http://svn.reactos.org/svn/reactos?rev=48056&view=rev
Log:
[NTOSKRNL]
KeQuerySystemTime and KeQueryInterruptTime are not implemenetd on amd64

Modified:
    trunk/reactos/ntoskrnl/ke/clock.c

Modified: trunk/reactos/ntoskrnl/ke/clock.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/clock.c?rev=48056&r1=48055&r2=48056&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/clock.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/clock.c [iso-8859-1] Thu Jul 15 00:07:31 2010
@@ -175,6 +175,7 @@
     }
 }
 
+#ifndef _M_AMD64
 /*
  * @implemented
  */
@@ -217,6 +218,7 @@
     /* Return the time value */
     return CurrentTime.QuadPart;
 }
+#endif
 
 /*
  * @implemented




More information about the Ros-diffs mailing list