Procházet zdrojové kódy

include mmsystem.h for timeGetTime

Lee Salzman před 11 roky
rodič
revize
99004c45ac
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      win32.c

+ 2 - 1
win32.c

@@ -4,9 +4,10 @@
 */
 #ifdef _WIN32
 
-#include <time.h>
 #define ENET_BUILDING_LIB 1
 #include "enet/enet.h"
+#include <windows.h>
+#include <mmsystem.h>
 
 static enet_uint32 timeBase = 0;