+RtlTimeToSecondsSince1970()
authorshort <>
Thu, 12 Dec 2002 03:45:56 +0000 (03:45 +0000)
committershort <>
Thu, 12 Dec 2002 03:45:56 +0000 (03:45 +0000)
ntoskrnl/rtl/time.c

index 7ad9d04..58f50fa 100644 (file)
@@ -225,6 +225,7 @@ RtlSecondsSince1980ToTime (
    *Time = *(LARGE_INTEGER *)&llTime;
 }
 
+#endif /* LIBCAPTIVE */
 
 BOOLEAN
 STDCALL
@@ -246,6 +247,7 @@ RtlTimeToSecondsSince1970 (
    return TRUE;
 }
 
+#ifndef LIBCAPTIVE
 
 BOOLEAN
 STDCALL