mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user