update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / RtsDllMain.h
1
2 #include "Rts.h"
3
4 #ifdef HAVE_WINDOWS_H
5 #include <windows.h>
6 #endif
7
8 /* I'd be mildly surprised if this wasn't defined, but still. */
9 #if defined(__PIC__) && defined(mingw32_HOST_OS)
10 BOOL
11 WINAPI
12 DllMain ( HINSTANCE hInstance
13         , DWORD reason
14        , LPVOID reserved
15        );
16 #endif
17