mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: remove __QUICKDRAW__ tests
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
9bdc94b94d
commit
5a5d2d2db8
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue