X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Fstg%2FDLL.h;h=245bcd1fbd812c356001dc8d045a8509e6aee1d0;hb=5e4597f7ab70895496a26c30aadf11353c3928d2;hp=5e824271bf415a371de7423146933cb6aca469c9;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/includes/stg/DLL.h b/includes/stg/DLL.h index 5e82427..245bcd1 100644 --- a/includes/stg/DLL.h +++ b/includes/stg/DLL.h @@ -1,3 +1,16 @@ +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team, 1998-2009 + * + * Support for Windows DLLs. + * + * Do not #include this file directly: #include "Rts.h" instead. + * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * + * ---------------------------------------------------------------------------*/ + #ifndef __STGDLL_H__ #define __STGDLL_H__ 1 @@ -39,6 +52,7 @@ # endif #endif + #ifdef COMPILING_STDLIB #define DLL_IMPORT_STDLIB #else