Include a define for a Macro having being defined, temporary fix to avoid conflict with posix+ headers.

svn path=/trunk/; revision=3944
This commit is contained in:
Robert Dickenson 2003-01-05 19:23:20 +00:00
parent 176e744766
commit 8efeab6149

View file

@ -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 <ntos/zwtypes.h>
#include <napi/npipe.h>
#ifndef _RTLGETPROCESSHEAP_DEFINED_
#define _RTLGETPROCESSHEAP_DEFINED_
#define RtlGetProcessHeap() (NtCurrentPeb()->ProcessHeap)
#endif
// semaphore information