summaryrefslogtreecommitdiff
path: root/src/mesa/x86/assyntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r--src/mesa/x86/assyntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h
index f2192cc220..f89cc6c575 100644
--- a/src/mesa/x86/assyntax.h
+++ b/src/mesa/x86/assyntax.h
@@ -1731,7 +1731,7 @@ SECTION _DATA public align=16 class=DATA use32 flat
#endif
/* hidden symbol visibility support */
-#ifdef GNU_ASSEMBLER
+#if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__)
#define HIDDEN(a) .hidden a
#else
#define HIDDEN(a)