mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 18:50:43 +02:00
mesa: remove SciTech stuff from gl.h
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
6463b94973
commit
5d5d63d63c
1 changed files with 1 additions and 5 deletions
|
|
@ -33,11 +33,8 @@
|
|||
|
||||
|
||||
/**********************************************************************
|
||||
* Begin system-specific stuff. Do not do any of this when building
|
||||
* for SciTech SNAP, as this is all done before this header file is
|
||||
* included.
|
||||
* Begin system-specific stuff.
|
||||
*/
|
||||
#if !defined(__SCITECH_SNAP__)
|
||||
|
||||
#if defined(__BEOS__)
|
||||
#include <stdlib.h> /* to get some BeOS-isms */
|
||||
|
|
@ -124,7 +121,6 @@
|
|||
#pragma export on
|
||||
#endif
|
||||
|
||||
#endif /* !__SCITECH_SNAP__ */
|
||||
/*
|
||||
* End system-specific stuff.
|
||||
**********************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue