Browse Source

Fix v8 build on mingw32

v0.7.4-release
Bert Belder 14 years ago
parent
commit
2463dbb3fd
  1. 4
      deps/v8/src/utils.h

4
deps/v8/src/utils.h

@ -28,6 +28,10 @@
#ifndef V8_UTILS_H_
#define V8_UTILS_H_
#ifdef __MINGW32__
#include <stdarg.h>
#endif
#include <stdlib.h>
#include <string.h>

Loading…
Cancel
Save