summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-25 08:09:56 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-25 08:09:56 +0000
commit8d5456ee5fd98fbe4cab6e542369e92548a23563 (patch)
tree6eeea56817b9d05f3dc7d086d84fa74dbe0d9d61 /ace/OS.h
parent3110c069561744b0502f88bde31808727a176b40 (diff)
downloadATCD-8d5456ee5fd98fbe4cab6e542369e92548a23563.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 1238b076ac1..2328d027e69 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -2108,7 +2108,6 @@ extern "C" {
#include /**/ <time.h>
#include /**/ <stdfileio.h>
#include /**/ <am/afexec.h>
-#endif /* CHORUS */
// This must come after limits.h is included
#define MAXPATHLEN _POSIX_PATH_MAX
@@ -2186,6 +2185,8 @@ extern "C" int sigwait (sigset_t *set);
#include /**/ <tiuser.h>
#endif /* ACE_HAS_TIUSER_H */
+#endif /* ! ACE_WIN32 */
+
/* Set the proper handle type for dynamically-loaded libraries. */
/* Also define a default 'mode' for loading a library - the names and values */
/* differ between OSes, so if you write code that uses the mode, be careful */