diff options
Diffstat (limited to 'xc/extras/Mesa/src/clip_tmp.h')
-rw-r--r-- | xc/extras/Mesa/src/clip_tmp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/extras/Mesa/src/clip_tmp.h b/xc/extras/Mesa/src/clip_tmp.h index 3056b76de..d86f46e37 100644 --- a/xc/extras/Mesa/src/clip_tmp.h +++ b/xc/extras/Mesa/src/clip_tmp.h @@ -1,4 +1,4 @@ -/* $Id: clip_tmp.h,v 1.4 1999/12/18 16:51:05 daryll Exp $ */ +/* $Id: clip_tmp.h,v 1.5 2000/01/30 00:27:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,7 +35,7 @@ * the case where the cliptest passes. This isn't essential, * and an asm implementation needn't replicate that behaviour. */ -static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, +static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, GLvector4f *proj_vec, GLubyte clipMask[], GLubyte *orMask, @@ -100,7 +100,7 @@ static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, return proj_vec; } -static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, +static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, GLvector4f *proj_vec, GLubyte clipMask[], GLubyte *orMask, @@ -134,7 +134,7 @@ static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, return clip_vec; } -static GLvector4f * TAG(cliptest_points2)( GLvector4f *clip_vec, +static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec, GLvector4f *proj_vec, GLubyte clipMask[], GLubyte *orMask, |