Don't share low valued Int and Char closures with Windows DLLs
[ghc-hetmet.git] / includes / stg / DLL.h
index b7e7c5a..f08d1cd 100644 (file)
 # endif
 #endif
 
+
+#ifdef COMPILING_BASE_PACKAGE
+# define DLL_IMPORT_BASE 
+#else
+# define DLL_IMPORT_BASE DLLIMPORT
+#endif
+
+
 #ifdef COMPILING_STDLIB
 #define DLL_IMPORT_STDLIB
 #else