From: Brian Paul Date: Tue, 5 Nov 2013 00:47:19 +0000 (-0700) Subject: mesa: remove __QUICKDRAW__ tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a5d2d2db806629d635b72708293c01148f6c1d3;p=mesa.git mesa: remove __QUICKDRAW__ tests Reviewed-by: Matt Turner --- diff --git a/include/GL/gl.h b/include/GL/gl.h index 0efa6ef81d0..31a28137235 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 c36f64981a7..10c472d49dc 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.