diff options
author | lsalzman <[email protected]> | 2012-05-30 10:34:14 -0700 |
---|---|---|
committer | lsalzman <[email protected]> | 2012-05-30 10:34:14 -0700 |
commit | 22f1236079dec3a4ab18e2307063d1a4a8bcc5c5 (patch) | |
tree | 7476dc4a4c5a7a8c3662b0a0f27ac0a6e33da660 /host.c | |
parent | 2800fd4e0ea507bb764de8f15dcab446dd5a55fc (diff) | |
download | enet-22f1236079dec3a4ab18e2307063d1a4a8bcc5c5.tar.gz enet-22f1236079dec3a4ab18e2307063d1a4a8bcc5c5.zip |
mingw time workaround
Diffstat (limited to 'host.c')
-rw-r--r-- | host.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ @brief ENet host management functions */ #define ENET_BUILDING_LIB 1 +#define __MINGW_USE_VC2005_COMPAT 1 #include <string.h> #include <time.h> #include "enet/enet.h" |