From 8efeab614928c76b2f65952f724387d16d38cc0b Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Sun, 5 Jan 2003 19:23:20 +0000 Subject: [PATCH] Include a define for a Macro having being defined, temporary fix to avoid conflict with posix+ headers. svn path=/trunk/; revision=3944 --- reactos/include/ntos/zw.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/include/ntos/zw.h b/reactos/include/ntos/zw.h index 9229f9042d0..8d3a067be33 100755 --- a/reactos/include/ntos/zw.h +++ b/reactos/include/ntos/zw.h @@ -1,5 +1,5 @@ -/* $Id: zw.h,v 1.4 2002/11/15 23:26:15 chorns Exp $ +/* $Id: zw.h,v 1.5 2003/01/05 19:23:20 robd Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -21,7 +21,10 @@ #include #include +#ifndef _RTLGETPROCESSHEAP_DEFINED_ +#define _RTLGETPROCESSHEAP_DEFINED_ #define RtlGetProcessHeap() (NtCurrentPeb()->ProcessHeap) +#endif // semaphore information