Author: hpoussin Date: Mon Feb 11 16:19:06 2008 New Revision: 32288
URL: http://svn.reactos.org/svn/reactos?rev=32288&view=rev Log: Fix return type
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 16:19:06 2008 @@ -3050,7 +3050,7 @@ );
NTSYSAPI -VOID +BOOLEAN NTAPI RtlTimeToSecondsSince1970( PLARGE_INTEGER Time,