On Mon, Nov 4, 2013 at 6:48 PM, Brian Paul <bri...@vmware.com> wrote:
---
 include/GL/gl.h     |    2 +-
 include/GL/osmesa.h |    5 -----
 2 files changed, 1 insertion(+), 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

Once you have this patch in, i'll go through and drop the last of the __BEOS__ stuff... Haiku doesn't define __BEOS__, and as BeOS is gcc2 only this stuff is irrelevant now-a-days

 -- Alex

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to