|
From: <wsh...@us...> - 2003-08-22 03:34:34
|
Update of /cvsroot/emc/rcslib/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13430/src
Modified Files:
Tag: wps_multiplat_dev_branch
rcs_config_include.h
Log Message:
.
Index: rcs_config_include.h
===================================================================
RCS file: /cvsroot/emc/rcslib/src/rcs_config_include.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** rcs_config_include.h 21 Aug 2003 20:24:14 -0000 1.1.2.2
--- rcs_config_include.h 22 Aug 2003 03:34:26 -0000 1.1.2.3
***************
*** 184,187 ****
--- 184,190 ----
#if HAVE_PROCESS_H
+ #ifndef MULTITHREADED
+ #define MULTITHREADED 1
+ #endif
#include <process.h>
#endif
***************
*** 189,192 ****
--- 192,199 ----
#if HAVE_DOS_H
#include <dos.h>
+ #endif
+
+ #if HAVE_IO_H
+ #include <io.h>
#endif
|