diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-25 08:09:56 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-25 08:09:56 +0000 |
commit | 8d5456ee5fd98fbe4cab6e542369e92548a23563 (patch) | |
tree | 6eeea56817b9d05f3dc7d086d84fa74dbe0d9d61 /ace/OS.h | |
parent | 3110c069561744b0502f88bde31808727a176b40 (diff) | |
download | ATCD-8d5456ee5fd98fbe4cab6e542369e92548a23563.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |