summaryrefslogtreecommitdiff
path: root/rts/RtsDllMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsDllMain.h')
-rw-r--r--rts/RtsDllMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsDllMain.h b/rts/RtsDllMain.h
index df5fde9c12..fc28d90f25 100644
--- a/rts/RtsDllMain.h
+++ b/rts/RtsDllMain.h
@@ -6,7 +6,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