Procházet zdrojové kódy

mingw time workaround

lsalzman před 13 roky
rodič
revize
22f1236079
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      host.c

+ 1 - 0
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"