From: Daniel Borca Date: Thu, 6 Jan 2005 07:40:33 +0000 (+0000) Subject: protected against elfish directives X-Git-Tag: mesa-7.8~10042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed1fc20199856d20f904f3d2c3d0f8b40e485fc2;p=platform%2Fupstream%2Fmesa.git protected against elfish directives --- diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index f2192cc..f89cc6c 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)