[Mesa-dev] [PATCH 3/5] mesa: remove __QUICKDRAW__ tests
Alexander von Gluck IV
kallisti5 at unixzen.com
Mon Nov 4 17:06:58 PST 2013
On Mon, Nov 4, 2013 at 6:48 PM, Brian Paul <brianp at 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
More information about the mesa-dev
mailing list