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:
parent
98205461be
commit
6143b693b8
@ -15,7 +15,9 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#include <concrt.h>
|
#include <concrt.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "php_v8js_macros.h"
|
#include "php_v8js_macros.h"
|
||||||
#include "v8js_v8.h"
|
#include "v8js_v8.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user