mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Use Apple's nomenclature for macOS and iOS
Fixes https://github.com/libsdl-org/SDL/issues/6621
This commit is contained in:
parent
5fb3eb9475
commit
cc1f9eb983
83 changed files with 291 additions and 296 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "SDL_config.h"
|
||||
|
||||
#ifndef __IPHONEOS__ /* No OpenGL on iOS. */
|
||||
#ifndef __IOS__ /* No OpenGL on iOS. */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
@ -2118,7 +2118,7 @@ typedef void (APIENTRYP PFNGLMULTITEXCOORD4SVARBPROC) (GLenum target, const GLsh
|
|||
|
||||
#endif /* __gl_h_ */
|
||||
|
||||
#endif /* !__IPHONEOS__ */
|
||||
#endif /* !__IOS__ */
|
||||
|
||||
#endif /* SDL_opengl_h_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue