Changeset 7956 for code/branches/kicklib/src/external
- Timestamp:
- Feb 24, 2011, 7:40:07 AM (14 years ago)
- Location:
- code/branches/kicklib/src/external/enet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/external/enet/win32.c
r7459 r7956 8 8 9 9 #include <time.h> 10 #include <ws2tcpip.h> 10 11 #define ENET_BUILDING_LIB 1 11 12 #include "enet/enet.h" -
code/branches/kicklib/src/external/enet/win32.h
r7459 r7956 15 15 #include <stdlib.h> 16 16 #include <winsock2.h> 17 #include <ws2tcpip.h>18 17 19 18 typedef SOCKET ENetSocket;
Note: See TracChangeset
for help on using the changeset viewer.