Renaming of guard header names to quiet -Wreserved-id-macro

Patch contributed by Sylvain
This commit is contained in:
Sam Lantinga 2016-11-20 21:34:54 -08:00
parent abe9271065
commit 3615633571
117 changed files with 349 additions and 349 deletions

View file

@ -32,8 +32,8 @@
* version included in SDL_opengl.h.
*/
#ifndef _SDL_opengl_h
#define _SDL_opengl_h
#ifndef SDL_opengl_h_
#define SDL_opengl_h_
#include "SDL_config.h"
@ -2171,6 +2171,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t
#endif /* !__IPHONEOS__ */
#endif /* _SDL_opengl_h */
#endif /* SDL_opengl_h_ */
/* vi: set ts=4 sw=4 expandtab: */