Disable ffi bindings support on windows for now.

pull/47/merge
Robert G. Jakabosky 14 years ago
parent a58d7ad389
commit 38a3f21ba5

@ -39,6 +39,9 @@
#ifdef __WINDOWS__ #ifdef __WINDOWS__
/* disable FFI bindings for windows, it is broken right now. */
#undef LUAJIT_FFI
#define LUAJIT_FFI 0
/* for MinGW32 compiler need to include <stdint.h> */ /* for MinGW32 compiler need to include <stdint.h> */
#ifdef __GNUC__ #ifdef __GNUC__
#include <stdint.h> #include <stdint.h>

Loading…
Cancel
Save