Changeset 8286
- Timestamp:
- Apr 21, 2011, 8:21:37 PM (14 years ago)
- Location:
- code/branches/kicklib2/src/external/enet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/external/enet/patches/0001-Add-IPv6-support-to-Enet.patch
r8088 r8286 908 908 + 909 909 #include <time.h> 910 + #include <ws2tcpip.h>910 + 911 911 #define ENET_BUILDING_LIB 1 912 912 #include "enet/enet.h" -
code/branches/kicklib2/src/external/enet/win32.c
r8079 r8286 8 8 9 9 #include <time.h> 10 #include <ws2tcpip.h>11 10 #define ENET_BUILDING_LIB 1 12 11 #include "enet/enet.h"
Note: See TracChangeset
for help on using the changeset viewer.