+RtlSecondsSince1970ToTime()
authorshort <>
Mon, 3 Feb 2003 19:10:14 +0000 (19:10 +0000)
committershort <>
Mon, 3 Feb 2003 19:10:14 +0000 (19:10 +0000)
ntoskrnl/rtl/time.c

index 58f50fa..4b1eeb3 100644 (file)
@@ -194,7 +194,6 @@ RtlTimeFieldsToTime (
   return TRUE;
 }
 
-#ifndef LIBCAPTIVE
 
 VOID
 STDCALL
@@ -210,6 +209,7 @@ RtlSecondsSince1970ToTime (
    *Time = *(LARGE_INTEGER *)&llTime;
 }
 
+#ifndef LIBCAPTIVE
 
 VOID
 STDCALL