Changeset 7442 for code/branches/ipv6/src
- Timestamp:
- Sep 13, 2010, 1:29:13 PM (14 years ago)
- Location:
- code/branches/ipv6/src/external/enet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/external/enet/include/enet/win32.h
r7438 r7442 55 55 #define ENET_SOCKETSET_CHECK(sockset, socket) FD_ISSET (socket, & (sockset)) 56 56 57 #ifndef AI_ADDRCONFIG 58 #define AI_ADDRCONFIG 0x0400 /* AI_ADDRCONFIG is not defined everywhere */ 59 #endif 60 57 61 #endif /* __ENET_WIN32_H__ */ 58 62 -
code/branches/ipv6/src/external/enet/win32.c
r7438 r7442 129 129 130 130 memset(& hints, 0, sizeof (hints)); 131 #ifdef AI_ADDRCONFIG132 131 hints.ai_flags = AI_ADDRCONFIG; 133 #else134 hints.ai_flags = 0x0400; // AI_ADDRCONFIG is defined as 0x0400135 #endif136 132 hints.ai_family = AF_UNSPEC; 137 133
Note: See TracChangeset
for help on using the changeset viewer.