From 4a76a3915bcbd479d8080d6c731db20e743f83e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Thu, 8 Jul 2004 22:05:48 +0000 Subject: [PATCH] Fix lib/rosrtl compilation svn path=/trunk/; revision=10039 --- reactos/include/ntdll/rtl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/include/ntdll/rtl.h b/reactos/include/ntdll/rtl.h index e61f005d1cc..7d9895e9a63 100644 --- a/reactos/include/ntdll/rtl.h +++ b/reactos/include/ntdll/rtl.h @@ -1,4 +1,4 @@ -/* $Id: rtl.h,v 1.44 2004/07/08 00:40:30 weiden Exp $ +/* $Id: rtl.h,v 1.45 2004/07/08 22:05:48 gvg Exp $ * */ @@ -618,7 +618,11 @@ RtlRunEncodeUnicodeString (IN OUT PUCHAR Hash, /* Timer Queue functions */ +#ifdef __USE_W32API +#include +#else /* __USE_W32API */ typedef VOID (CALLBACK *WAITORTIMERCALLBACKFUNC) (PVOID, BOOLEAN ); +#endif /* __USE_W32API */ NTSTATUS STDCALL