0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 16:51:52 +00:00

Include libplatform.h only for v8 >= 3.29.36

This commit is contained in:
Stefan Siegl 2014-09-17 16:47:33 +02:00
parent 3843fc1b5c
commit 06371e4126

View File

@ -20,7 +20,10 @@
#endif
#include <v8-debug.h>
#if PHP_V8_API_VERSION >= 3029036
#include <libplatform/libplatform.h>
#endif
#include "php_v8js_macros.h"