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