Changeset 7390 for code/branches/ipv6/src/external/enet/include
- Timestamp:
- Sep 9, 2010, 4:30:50 PM (14 years ago)
- Location:
- code/branches/ipv6/src/external/enet/include/enet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/external/enet/include/enet/enet.h
r7389 r7390 78 78 { 79 79 ENetHostAddress host; 80 enet_uint32 scopeID; //FIXME: this is of different size on Windows 80 #ifdef WIN32 81 u_long scopeID; 82 #else 83 uint32_t scopeID; 84 #endif 81 85 enet_uint16 port; 82 86 } ENetAddress; -
code/branches/ipv6/src/external/enet/include/enet/win32.h
r7328 r7390 15 15 #include <stdlib.h> 16 16 #include <winsock2.h> 17 #include <ws2tcpip.h> 17 18 18 19 typedef SOCKET ENetSocket;
Note: See TracChangeset
for help on using the changeset viewer.