diff options
author | Brian <[email protected]> | 2007-10-03 13:49:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-03 13:50:12 -0600 |
commit | 65996f27f48e2212bf36e515aba82b6876398bfd (patch) | |
tree | c268a19001b5668ec2603f9a9d54bca5ebfe7cab /src/mesa/pipe/softpipe | |
parent | 5356ba250c078c861f3a31a587b79570308cfc23 (diff) |
Move XSTDCALL definition to p_compiler.h
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rwxr-xr-x | src/mesa/pipe/softpipe/sp_quad_fs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad_fs.c b/src/mesa/pipe/softpipe/sp_quad_fs.c index d9a2e6b9cf2..d9349a22807 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, |