From 2681f2febc536d712413f4b32cd09c19bb48de06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 11 Feb 2008 13:19:06 +0000 Subject: [PATCH] Fix return type svn path=/trunk/; revision=32288 --- reactos/include/ndk/rtlfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index bcc2e13e202..930caf5c87a 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -3050,7 +3050,7 @@ RtlTimeFieldsToTime( ); NTSYSAPI -VOID +BOOLEAN NTAPI RtlTimeToSecondsSince1970( PLARGE_INTEGER Time,