Changeset 21865 for branches/gcc-kmk/src/wsock32/wsock32.h
- Timestamp:
- Dec 8, 2011, 2:32:54 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/wsock32/wsock32.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/wsock32/wsock32.h
r21720 r21865 20 20 21 21 #include <odinwrap.h> 22 23 #ifdef __EMX__ 24 // EMX 0.6.4 and before lacks this 25 #ifndef SOCBASEERR 26 #define SOCBASEERR 0 27 #endif 28 #endif 22 29 23 30 #ifndef IP_TTL … … 128 135 typedef u_int SOCKET; 129 136 137 #ifndef FD_SETSIZE 130 138 #define FD_SETSIZE 64 139 #endif 131 140 132 141 #pragma pack(1)
Note:
See TracChangeset
for help on using the changeset viewer.
