diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-01 19:58:18 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-01 19:58:18 +0000 |
commit | d61e93634194551130d142268a3940c1d72d0bb4 (patch) | |
tree | ae897bac0cdfa890b106578c25795cd3c7c98658 /ace | |
parent | c1611f5144ae3db3fc75eab9b27e70a53ebf3ca8 (diff) | |
download | ATCD-d61e93634194551130d142268a3940c1d72d0bb4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -78,13 +78,13 @@ enum ACE_Recyclable_State // Get OS.h to compile on some of the platforms without DIR info yet. # if !defined (ACE_HAS_DIRENT) - typedef int DIR; - struct dirent {}; +typedef int DIR; +struct dirent {}; # endif /* ACE_HAS_DIRENT */ # if defined (ACE_PSOS_TM) - typedef long long longlong_t; - typedef long id_t; +typedef long long longlong_t; +typedef long id_t; # endif /* ACE_PSOS_TM */ # if defined (ACE_HAS_MOSTLY_UNICODE_APIS) && !defined (UNICODE) @@ -5159,7 +5159,7 @@ struct ACE_Protocol_Info #define ACE_SIO_GET_QOS (0x40000000 | 0x08000000 | 7) #define ACE_SIO_MULTIPOINT_LOOPBACK (0x08000000 | 9) #define ACE_SIO_MULTICAST_SCOPE (0x08000000 | 10) -#define ACE_SIO_SET_QOS (0x08000000 | 11) +#define ACE_SIO_SET_QOS (0x08000000 | 11) #endif /* ACE_HAS_WINSOCK2 && ACE_HAS_WINSOCK2 != 0 */ |