summaryrefslogtreecommitdiff
path: root/rts/BeginPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/BeginPrivate.h')
-rw-r--r--rts/BeginPrivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/BeginPrivate.h b/rts/BeginPrivate.h
index 6a7ca5fb8f..6471b92a40 100644
--- a/rts/BeginPrivate.h
+++ b/rts/BeginPrivate.h
@@ -5,6 +5,6 @@
/* On Windows, with gcc 4.5.0-1, using visibility hidden gives:
error: visibility attribute not supported in this configuration; ignored
*/
-#if __GNUC__ >= 4 && !defined(freebsd_HOST_OS) && !defined(mingw32_HOST_OS)
+#if defined(HAS_VISIBILITY_HIDDEN) && !defined(freebsd_HOST_OS)
#pragma GCC visibility push(hidden)
#endif