Explorar o código

Include concrt.h only on _WIN32

Stefan Siegl %!s(int64=9) %!d(string=hai) anos
pai
achega
6143b693b8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"