From 9cc7ce9008dc9d1d9bdae1102af7881f3e9dba52 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 20 Nov 2016 21:34:54 -0800 Subject: Renaming of guard header names to quiet -Wreserved-id-macro Patch contributed by Sylvain --- include/SDL_opengl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/SDL_opengl.h') 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: */ -- cgit v1.2.3