X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgDLL.h;h=ededcc96b585ecb68123240bbea70b9749630948;hb=f5c94708c39c7b64c0d52057408332ed837834e6;hp=9a0730a3c9353895bc3d148f46a39fc9fc0c4cb8;hpb=e415f297508a6cabc7ad46584e861da06e2e01a1;p=ghc-hetmet.git diff --git a/ghc/includes/StgDLL.h b/ghc/includes/StgDLL.h index 9a0730a..ededcc9 100644 --- a/ghc/includes/StgDLL.h +++ b/ghc/includes/StgDLL.h @@ -28,12 +28,10 @@ #ifdef COMPILING_RTS #define DLL_IMPORT DLLIMPORT #define DLL_IMPORT_RTS -#define DLL_IMPORT_DATA #define DLL_IMPORT_DATA_VAR(x) x #else #define DLL_IMPORT #define DLL_IMPORT_RTS DLLIMPORT -#define DLL_IMPORT_DATA DLLIMPORT # ifdef ENABLE_WIN32_DLL_SUPPORT # define DLL_IMPORT_DATA_VAR(x) _imp__##x # else