Mesa (master): mesa: remove __QUICKDRAW__ tests

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 5 01:11:46 UTC 2013


Module: Mesa
Branch: master
Commit: 5a5d2d2db806629d635b72708293c01148f6c1d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a5d2d2db806629d635b72708293c01148f6c1d3

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov  4 17:47:19 2013 -0700

mesa: remove __QUICKDRAW__ tests

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 include/GL/gl.h     |    2 +-
 include/GL/osmesa.h |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 0efa6ef..31a2813 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -69,7 +69,7 @@
 #  define GLAPIENTRY
 #endif /* WIN32 && !CYGWIN */
 
-#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__)
+#if (defined(__BEOS__) && defined(__POWERPC__))
 #  define PRAGMA_EXPORT_SUPPORTED		1
 #endif
 
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h
index c36f649..10c472d 100644
--- a/include/GL/osmesa.h
+++ b/include/GL/osmesa.h
@@ -101,11 +101,6 @@ extern "C" {
 typedef struct osmesa_context *OSMesaContext;
 
 
-#if defined(__QUICKDRAW__)
-#pragma export on
-#endif
-
-
 /*
  * Create an Off-Screen Mesa rendering context.  The only attribute needed is
  * an RGBA vs Color-Index mode flag.




More information about the mesa-commit mailing list