Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.h
[ghc-hetmet.git] / includes / stg / DLL.h
index 5e82427..245bcd1 100644 (file)
@@ -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