From a8d0eecd9e34b005aac5c540e028e14c62523657 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 17 Apr 2008 21:26:37 -0500 Subject: [PATCH] Add DLLEXPORT --- vm/ffi_test.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm/ffi_test.h b/vm/ffi_test.h index aac5d32f93..2edebd96f1 100755 --- a/vm/ffi_test.h +++ b/vm/ffi_test.h @@ -61,3 +61,5 @@ DLLEXPORT double ffi_test_35(struct test_struct_11 x, int y); struct test_struct_12 { int a; double x; }; DLLEXPORT double ffi_test_36(struct test_struct_12 x); + +DLLEXPORT int ffi_test_37(int (*f)(int, int, int));