summaryrefslogtreecommitdiff
path: root/src/mesa/x86/assyntax.h
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2005-01-06 07:40:33 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2005-01-06 07:40:33 +0000
commited1fc20199856d20f904f3d2c3d0f8b40e485fc2 (patch)
tree7ee16d7a2c505429801ada9c4d70f32fbc99abf0 /src/mesa/x86/assyntax.h
parent9b7367154baaa7abcbb58c413490278095fd798b (diff)
protected against elfish directives
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)