Explorar el Código

Include concrt.h only on _WIN32

Stefan Siegl hace 10 años
padre
commit
6143b693b8
Se han modificado 1 ficheros con 2 adiciones y 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"