Author: arty Date: Sat Feb 7 01:23:52 2009 New Revision: 39449
URL: http://svn.reactos.org/svn/reactos?rev=39449&view=rev Log: Obey pid defined macro.
Modified: trunk/reactos/include/reactos/wine/sys/types.h
Modified: trunk/reactos/include/reactos/wine/sys/types.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/sys/ty... ============================================================================== --- trunk/reactos/include/reactos/wine/sys/types.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/sys/types.h [iso-8859-1] Sat Feb 7 01:23:52 2009 @@ -11,7 +11,10 @@ typedef __int64 _pid_t; #endif #ifndef NO_OLDNAMES +#ifndef __pid_t_defined +#define __pid_t_defined typedef _pid_t pid_t; +#endif /* __pid_t_defined */ #endif #endif /* Not _PID_T_ */