mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Renaming of guard header names to quiet -Wreserved-id-macro
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#ifdef SDL_JOYSTICK_ANDROID
|
||||
|
||||
#ifndef _SDL_sysjoystick_c_h
|
||||
#define _SDL_sysjoystick_c_h
|
||||
#ifndef SDL_sysjoystick_c_h_
|
||||
#define SDL_sysjoystick_c_h_
|
||||
|
||||
#include "../SDL_sysjoystick.h"
|
||||
|
||||
@@ -51,7 +51,7 @@ typedef struct SDL_joylist_item
|
||||
|
||||
typedef SDL_joylist_item joystick_hwdata;
|
||||
|
||||
#endif /* _SDL_sysjoystick_c_h */
|
||||
#endif /* SDL_sysjoystick_c_h_ */
|
||||
|
||||
#endif /* SDL_JOYSTICK_ANDROID */
|
||||
|
||||
|
Reference in New Issue
Block a user