Changeset 21456 for trunk/include/win
- Timestamp:
- Sep 23, 2010, 10:09:19 PM (15 years ago)
- Location:
- trunk/include/win
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winsock.h
r21417 r21456 233 233 typedef WSADATA *LPWSADATA; 234 234 235 #ifndef __WINSOCK2API__ 235 236 #define IP_OPTIONS 1 236 237 #define IP_MULTICAST_IF 2 … … 242 243 #define IP_TOS 8 243 244 #define IP_DONTFRAGMENT 9 244 245 #endif 245 246 246 247 #define IP_DEFAULT_MULTICAST_TTL 1 -
trunk/include/win/winsock2.h
r21420 r21456 8 8 #define __WINSOCK2API__ 9 9 10 #include "winsock.h"10 #include <winsock.h> 11 11 12 12 /* proper 4-byte packing */ 13 #include "pshpack4.h"13 #include <pshpack4.h> 14 14 15 15 #define SO_GROUP_ID 0x2001 … … 372 372 extern INT WINAPI ioctlsocket(SOCKET s, LONG cmd, ULONG *argp); 373 373 374 #include "poppack.h"374 #include <poppack.h> 375 375 376 376 #endif
Note:
See TracChangeset
for help on using the changeset viewer.