Browse Source

Include concrt.h only on _WIN32

Stefan Siegl 9 years ago
parent
commit
6143b693b8
1 changed files with 2 additions and 0 deletions
  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"