diff options
author | Sam Lantinga <slouken@libsdl.org> | 2016-11-20 21:34:54 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2016-11-20 21:34:54 -0800 |
commit | 9cc7ce9008dc9d1d9bdae1102af7881f3e9dba52 (patch) | |
tree | 299808c404d6283432923be0599a95a4503bf7d4 /include/SDL_opengl.h | |
parent | a097bc3ca394f909c4a03f6c21125cfb7223d8a7 (diff) |
Renaming of guard header names to quiet -Wreserved-id-macro
Patch contributed by Sylvain
Diffstat (limited to 'include/SDL_opengl.h')
-rw-r--r-- | include/SDL_opengl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_opengl.h b/include/SDL_opengl.h index 780919bc48..e0d736b7cf 100644 --- a/include/SDL_opengl.h +++ b/include/SDL_opengl.h @@ -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: */ |