X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsDllMain.c;h=592eb09d262702553cfc253d89b58d08d3fe80f8;hb=2febde47a9d53c141fedb9e56bc59ce739c96dce;hp=3e5af6864e3cf5424573c7859fa3a5f4a0cfc71f;hpb=158e71360bfad8b8ee037e0f6ab81a6e8ced2e03;p=ghc-hetmet.git diff --git a/rts/RtsDllMain.c b/rts/RtsDllMain.c index 3e5af68..592eb09 100644 --- a/rts/RtsDllMain.c +++ b/rts/RtsDllMain.c @@ -9,6 +9,7 @@ #include "PosixSource.h" #include "Rts.h" #include "RtsAPI.h" +#include "RtsDllMain.h" #ifdef HAVE_WINDOWS_H #include @@ -18,9 +19,9 @@ #if defined(__PIC__) && defined(mingw32_TARGET_OS) BOOL WINAPI -DllMain ( HINSTANCE hInstance +DllMain ( HINSTANCE hInstance STG_UNUSED , DWORD reason - , LPVOID reserved + , LPVOID reserved STG_UNUSED ) { /*