X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsDllMain.c;h=2081e621a921306e2b71c049d276c2a6a04ac528;hp=592eb09d262702553cfc253d89b58d08d3fe80f8;hb=cf5905ea24904cf73a041fd7535e8723a668cb9a;hpb=624e821201ed68425c906358f8d45a69f4e61093 diff --git a/rts/RtsDllMain.c b/rts/RtsDllMain.c index 592eb09..2081e62 100644 --- a/rts/RtsDllMain.c +++ b/rts/RtsDllMain.c @@ -16,7 +16,7 @@ #endif /* I'd be mildly surprised if this wasn't defined, but still. */ -#if defined(__PIC__) && defined(mingw32_TARGET_OS) +#if defined(__PIC__) && defined(mingw32_HOST_OS) BOOL WINAPI DllMain ( HINSTANCE hInstance STG_UNUSED @@ -40,4 +40,4 @@ DllMain ( HINSTANCE hInstance STG_UNUSED return TRUE; } -#endif /* defined(__PIC__) && defined(mingw32_TARGET_OS) */ +#endif /* defined(__PIC__) && defined(mingw32_HOST_OS) */