浏览代码

Include concrt.h only on _WIN32

Stefan Siegl 9 年之前
父节点
当前提交
6143b693b8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      v8js_timer.cc

+ 2 - 0
v8js_timer.cc

@@ -15,7 +15,9 @@
 #include "config.h"
 #endif
 
+#ifdef _WIN32
 #include <concrt.h>
+#endif
 
 #include "php_v8js_macros.h"
 #include "v8js_v8.h"