Changeset - r708:9016f575bad4
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-18 18:13:37
truelight@openttd.org
(svn r1160) -Fix: redid revision 1159. pid_t should not be defined under windows.
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
variables.h
Show inline comments
 
@@ -422,12 +422,11 @@ VARDEF int _debug_ai_level;
 
VARDEF int _debug_net_level;
 

	
 
/* Forking stuff */
 
#if !defined(pid_t)
 
typedef int pid_t;
 
#endif
 
VARDEF bool _dedicated_forks;
 
VARDEF bool _dedicated_enabled;
 
VARDEF pid_t _dedicated_pid;
 
#ifdef UNIX
 
	VARDEF pid_t _dedicated_pid;
 
#endif
 

	
 
void CDECL debug(const char *s, ...);
 
#ifdef NO_DEBUG_MESSAGES
0 comments (0 inline, 0 general)