From 65996f27f48e2212bf36e515aba82b6876398bfd Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 3 Oct 2007 13:49:31 -0600 Subject: Move XSTDCALL definition to p_compiler.h --- src/mesa/pipe/softpipe/sp_quad_fs.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mesa/pipe/softpipe') diff --git a/src/mesa/pipe/softpipe/sp_quad_fs.c b/src/mesa/pipe/softpipe/sp_quad_fs.c index d9a2e6b9cf..d9349a2280 100755 --- a/src/mesa/pipe/softpipe/sp_quad_fs.c +++ b/src/mesa/pipe/softpipe/sp_quad_fs.c @@ -58,14 +58,6 @@ quad_shade_stage(struct quad_stage *qs) } -#if !defined(XSTDCALL) -#if defined(WIN32) -#define XSTDCALL __stdcall -#else -#define XSTDCALL -#endif -#endif - typedef void (XSTDCALL *codegen_function)( const struct tgsi_exec_vector *input, struct tgsi_exec_vector *output, -- cgit v1.2.3