[ros-diffs] [arty] 39449: Obey pid defined macro.

arty at svn.reactos.org arty at svn.reactos.org
Sat Feb 7 08:23:53 CET 2009


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/types.h?rev=39449&r1=39448&r2=39449&view=diff
==============================================================================
--- 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_ */
 



More information about the Ros-diffs mailing list