diff options
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/assyntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index f2192cc220e..f89cc6c575a 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) |