Index: extras/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S =================================================================== RCS file: /cvs/xorg/xc/extras/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 t_vtx_x86_gcc.S --- extras/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S 16 Jun 2004 09:19:33 -0000 1.1.1.1 +++ extras/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S 14 Aug 2004 17:23:20 -0000 @@ -31,15 +31,15 @@ * Daniel Borca */ -#if defined (__DJGPP__) || defined (__MINGW32__) +#if defined (__DJGPP__) || defined (__MINGW32__) || defined (__CYGWIN__) #define GLOBL( x ) \ .globl _##x; \ _##x: -#else /* !defined (__DJGPP__) && !defined (__MINGW32__) */ +#else /* !defined (__DJGPP__) && !defined (__MINGW32__) && !defined (__CYGWIN__) */ #define GLOBL( x ) \ .globl x; \ x: -#endif /* !defined (__DJGPP__) && !defined (__MINGW32__) */ +#endif /* !defined (__DJGPP__) && !defined (__MINGW32__) && !defined (__CYGWIN__) */ #if !defined (STDCALL_API)