]> gitweb.factorcode.org Git - factor.git/commitdiff
ffi_test: Export test 59 and 60 for Windows.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Jul 2014 03:53:33 +0000 (20:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Jul 2014 03:53:33 +0000 (20:53 -0700)
vm/ffi_test.h

index 2b1008cbcd8fbeef7c4ad5819f508f900fcd7e52..1ccb322129804618ac47a798eaadad244f215d21 100644 (file)
@@ -200,6 +200,6 @@ FACTOR_EXPORT FACTOR_FASTCALL(struct test_struct_11) ffi_test_57(int x, int y);
 FACTOR_EXPORT FACTOR_FASTCALL(struct test_struct_11)
     ffi_test_58(int x, int y, int z);
 
-signed long long ffi_test_59(signed long long x);
-unsigned long long ffi_test_60(unsigned long long x);
+FACTOR_EXPORT signed long long ffi_test_59(signed long long x);
+FACTOR_EXPORT unsigned long long ffi_test_60(unsigned long long x);