ffi_test: Export test 59 and 60 for Windows.

db4
Doug Coleman 2014-07-07 20:53:33 -07:00
parent bcd7c743a2
commit 07aa2831a2
1 changed files with 2 additions and 2 deletions

View 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);