[Mesa-dev] [PATCH 1/5] mesa: Remove dead CAPI define.

Matt Turner mattst88 at gmail.com
Sun Feb 22 21:13:25 PST 2015


---
 src/mesa/main/compiler.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index cdc843d..6653bb2 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -174,11 +174,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
 
 
 
-#if !defined(CAPI) && defined(_WIN32)
-#define CAPI _cdecl
-#endif
-
-
 /**
  * Create a macro so that asm functions can be linked into compilers other
  * than GNU C
-- 
2.0.5



More information about the mesa-dev mailing list