summaryrefslogtreecommitdiff
path: root/src/mesa/x86/mmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/mmx.h')
-rw-r--r--src/mesa/x86/mmx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h
index c8c5eff302..f0e05cf06d 100644
--- a/src/mesa/x86/mmx.h
+++ b/src/mesa/x86/mmx.h
@@ -31,9 +31,9 @@
#define ASM_MMX_H
-extern void
+extern void _ASMAPI
gl_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
- GLubyte rgba[][4], const GLubyte dest[][4] );
+ GLubyte rgba[][4], const GLubyte dest[][4] );
void gl_mmx_set_blend_function( GLcontext *ctx )