mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
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:
parent
176e744766
commit
8efeab6149
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue