summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlsalzman <[email protected]>2012-05-30 10:34:14 -0700
committerlsalzman <[email protected]>2012-05-30 10:34:14 -0700
commit22f1236079dec3a4ab18e2307063d1a4a8bcc5c5 (patch)
tree7476dc4a4c5a7a8c3662b0a0f27ac0a6e33da660
parent2800fd4e0ea507bb764de8f15dcab446dd5a55fc (diff)
downloadenet-22f1236079dec3a4ab18e2307063d1a4a8bcc5c5.tar.gz
enet-22f1236079dec3a4ab18e2307063d1a4a8bcc5c5.zip
mingw time workaround
-rw-r--r--host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/host.c b/host.c
index 0bca71c..ec8731d 100644
--- a/host.c
+++ b/host.c
@@ -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"