0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 13:48:40 +00:00

Include concrt.h only on _WIN32

This commit is contained in:
Stefan Siegl 2016-01-06 10:10:22 +01:00
parent 98205461be
commit 6143b693b8

View File

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