]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/ffi_test.h
Update Win64 support
[factor.git] / vm / ffi_test.h
index af0c0b46a4b7051ee782965c8218be28a0f01802..661f3b64de5eb9c9ed1a482f67b39f9c587d0134 100644 (file)
@@ -1,4 +1,8 @@
-#include <stdbool.h>
+#ifdef _MSC_VER
+       #define WINDOWS
+#else
+       #include <stdbool.h>
+#endif
 
 #if defined(i386) || defined(__i386) || defined(__i386__) || defined(WIN32)
        #define F_STDCALL __attribute__((stdcall))