[project @ 2000-08-07 16:09:03 by rrt]
[ghc-hetmet.git] / ghc / includes / StgDLL.h
index 599d9e8..9a0730a 100644 (file)
 # endif
 #endif
 
+#ifdef COMPILING_STDLIB
+#define DLL_IMPORT_STDLIB
+#else
+#define DLL_IMPORT_STDLIB DLLIMPORT
+#endif
+
 #endif /* __STGDLL_H__ */