diff mp3lib/dct64_k7.c @ 6177:82a03c17f314

Cygwin stdcall mismatch fix.
author atmos4
date Fri, 24 May 2002 01:56:01 +0000
parents d6eab895c742
children 7d20830716a1
line wrap: on
line diff
--- a/mp3lib/dct64_k7.c	Fri May 24 00:53:27 2002 +0000
+++ b/mp3lib/dct64_k7.c	Fri May 24 01:56:01 2002 +0000
@@ -14,12 +14,7 @@
 static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
 static float plus_1f = 1.0;
 
-#ifdef __CYGWIN__
-/* will probably cause sig11 with debuggingsymbols, but otherwise undef. ref */
-void dct64_MMX_3dnowex(real *a,real *b,real *c)
-#else
 void __attribute__ (( __stdcall__ )) dct64_MMX_3dnowex(real *a,real *b,real *c)
-#endif
 {
   char tmp[256];
     __asm __volatile(