Author: hpoussin
Date: Mon Feb 11 15:49:21 2008
New Revision: 32284
URL:
http://svn.reactos.org/svn/reactos?rev=32284&view=rev
Log:
Add RtlTimeToSecondsSince1970() prototype
Modified:
trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/include/ndk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev…
==============================================================================
--- trunk/reactos/include/ndk/rtlfuncs.h (original)
+++ trunk/reactos/include/ndk/rtlfuncs.h Mon Feb 11 15:49:21 2008
@@ -3052,6 +3052,14 @@
NTSYSAPI
VOID
NTAPI
+RtlTimeToSecondsSince1970(
+ PLARGE_INTEGER Time,
+ OUT PULONG SecondsSince1970
+);
+
+NTSYSAPI
+VOID
+NTAPI
RtlTimeToTimeFields(
PLARGE_INTEGER Time,
PTIME_FIELDS TimeFields