瀏覽代碼

include mmsystem.h for timeGetTime

Lee Salzman 11 年之前
父節點
當前提交
99004c45ac
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;