mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 23:26:18 +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_rpievents_c_h
|
||||
#define _SDL_rpievents_c_h
|
||||
#ifndef SDL_rpievents_c_h_
|
||||
#define SDL_rpievents_c_h_
|
||||
|
||||
#include "SDL_rpivideo.h"
|
||||
|
||||
@@ -28,4 +28,4 @@ void RPI_PumpEvents(_THIS);
|
||||
void RPI_EventInit(_THIS);
|
||||
void RPI_EventQuit(_THIS);
|
||||
|
||||
#endif /* _SDL_rpievents_c_h */
|
||||
#endif /* SDL_rpievents_c_h_ */
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_RPI_mouse_h
|
||||
#define _SDL_RPI_mouse_h
|
||||
#ifndef SDL_RPI_mouse_h_
|
||||
#define SDL_RPI_mouse_h_
|
||||
|
||||
#include "../SDL_sysvideo.h"
|
||||
|
||||
@@ -38,6 +38,6 @@ struct _RPI_CursorData
|
||||
extern void RPI_InitMouse(_THIS);
|
||||
extern void RPI_QuitMouse(_THIS);
|
||||
|
||||
#endif /* _SDL_RPI_mouse_h */
|
||||
#endif /* SDL_RPI_mouse_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
#include "../../SDL_internal.h"
|
||||
|
||||
#ifndef _SDL_rpiopengles_h
|
||||
#define _SDL_rpiopengles_h
|
||||
#ifndef SDL_rpiopengles_h_
|
||||
#define SDL_rpiopengles_h_
|
||||
|
||||
#if SDL_VIDEO_DRIVER_RPI && SDL_VIDEO_OPENGL_EGL
|
||||
|
||||
@@ -43,6 +43,6 @@ extern int RPI_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext contex
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_RPI && SDL_VIDEO_OPENGL_EGL */
|
||||
|
||||
#endif /* _SDL_rpiopengles_h */
|
||||
#endif /* SDL_rpiopengles_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user