mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Obey pid defined macro.
svn path=/trunk/; revision=39449
This commit is contained in:
@@ -11,7 +11,10 @@ typedef int _pid_t;
|
||||
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_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user