Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.h
[ghc-hetmet.git] / includes / stg / DLL.h
index f08d1cd..245bcd1 100644 (file)
 #endif
 
 
-#ifdef COMPILING_BASE_PACKAGE
-# define DLL_IMPORT_BASE 
-#else
-# define DLL_IMPORT_BASE DLLIMPORT
-#endif
-
-
 #ifdef COMPILING_STDLIB
 #define DLL_IMPORT_STDLIB
 #else