X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Fstg%2FDLL.h;h=b7e7c5aaac4915da5a452fb2b80f77c88ecb8a2a;hp=5e824271bf415a371de7423146933cb6aca469c9;hb=d20d32d788e2d6c088e6b03776c428df5bb004d3;hpb=f871cf1bf889704a4ec1f0063ad4d96f31453ea3 diff --git a/includes/stg/DLL.h b/includes/stg/DLL.h index 5e82427..b7e7c5a 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