mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 08:27:05 +00:00
Renaming of guard header names to quiet -Wreserved-id-macro
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_pspgl_c_h
|
||||
#define _SDL_pspgl_c_h
|
||||
#ifndef SDL_pspgl_c_h_
|
||||
#define SDL_pspgl_c_h_
|
||||
|
||||
|
||||
#include <GLES/egl.h>
|
||||
@@ -49,4 +49,6 @@ extern int PSP_GL_SetSwapInterval(_THIS, int interval);
|
||||
extern int PSP_GL_GetSwapInterval(_THIS);
|
||||
|
||||
|
||||
#endif /* _SDL_pspgl_c_h */
|
||||
#endif /* SDL_pspgl_c_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_pspvideo_h
|
||||
#define _SDL_pspvideo_h
|
||||
#ifndef SDL_pspvideo_h_
|
||||
#define SDL_pspvideo_h_
|
||||
|
||||
#include <GLES/egl.h>
|
||||
|
||||
@@ -97,6 +97,6 @@ void PSP_ShowScreenKeyboard(_THIS, SDL_Window *window);
|
||||
void PSP_HideScreenKeyboard(_THIS, SDL_Window *window);
|
||||
SDL_bool PSP_IsScreenKeyboardShown(_THIS, SDL_Window *window);
|
||||
|
||||
#endif /* _SDL_pspvideo_h */
|
||||
#endif /* SDL_pspvideo_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user