From 07aa2831a2b67f53386353cf25767e7c191b5ca7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 7 Jul 2014 20:53:33 -0700 Subject: [PATCH] ffi_test: Export test 59 and 60 for Windows. --- vm/ffi_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/ffi_test.h b/vm/ffi_test.h index 2b1008cbcd..1ccb322129 100644 --- a/vm/ffi_test.h +++ b/vm/ffi_test.h @@ -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);