Add DLLEXPORT

db4
Slava Pestov 2008-04-17 21:26:37 -05:00
parent 608a1c03f4
commit a8d0eecd9e
1 changed files with 2 additions and 0 deletions

View File

@ -61,3 +61,5 @@ DLLEXPORT double ffi_test_35(struct test_struct_11 x, int y);
struct test_struct_12 { int a; double x; }; struct test_struct_12 { int a; double x; };
DLLEXPORT double ffi_test_36(struct test_struct_12 x); DLLEXPORT double ffi_test_36(struct test_struct_12 x);
DLLEXPORT int ffi_test_37(int (*f)(int, int, int));