Windows DLLs: use one import lib for each DLL the RTS needs.
[ghc-hetmet.git] / rts / win32 / libHSffi.def
diff --git a/rts/win32/libHSffi.def b/rts/win32/libHSffi.def
new file mode 100644 (file)
index 0000000..6bb1377
--- /dev/null
@@ -0,0 +1,20 @@
+
+LIBRARY "libHSffi-ghc@ProjectVersion@.dll"
+
+EXPORTS
+
+       ffi_call
+       ffi_prep_cif
+       ffi_call
+       ffi_type_void
+       ffi_type_float
+       ffi_type_double
+       ffi_type_sint64
+       ffi_type_uint64
+       ffi_type_sint32
+       ffi_type_uint32
+       ffi_type_sint16
+       ffi_type_uint16
+       ffi_type_sint8
+       ffi_type_uint8
+       ffi_type_pointer