mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-07 07:50:58 +00:00
opengl: make SDL_opengl_glext.h's include compatible with macos
- Mesa defines __gl_glext_h_ - Apple defines __glext_h_
This commit is contained in:
parent
0bf91e16b7
commit
93fc72a405
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#ifndef __gl_glext_h_
|
#if !defined(__glext_h_) && !defined(__gl_glext_h_)
|
||||||
|
#define __glext_h_ 1
|
||||||
#define __gl_glext_h_ 1
|
#define __gl_glext_h_ 1
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue