mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
make sure #endif comment matches the macro name
(cherry picked from commit 3ac4e684ab)
This commit is contained in:
parent
2e7bd8902c
commit
775a8d0ef7
7 changed files with 7 additions and 7 deletions
|
|
@ -25,4 +25,4 @@
|
|||
extern bool SDL_Zenity_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonID);
|
||||
extern bool SDL_get_zenity_version(int *major, int *minor);
|
||||
|
||||
#endif // SDL_waylandmessagebox_h_
|
||||
#endif // SDL_zenitymessagebox_h_
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ struct SDL_HIDAPI_HapticDriver
|
|||
|
||||
extern SDL_HIDAPI_HapticDriver SDL_HIDAPI_HapticDriverLg4ff;
|
||||
|
||||
#endif //SDL_joystick_c_h_
|
||||
#endif //SDL_hidapihaptic_c_h_
|
||||
|
|
|
|||
|
|
@ -585,4 +585,4 @@ typedef enum
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // _CONTROLLER_CONSTANTS_H
|
||||
#endif // _CONTROLLER_CONSTANTS_
|
||||
|
|
|
|||
|
|
@ -664,4 +664,4 @@ typedef struct
|
|||
|
||||
#pragma pack()
|
||||
|
||||
#endif // _CONTROLLER_STRUCTS
|
||||
#endif // _CONTROLLER_STRUCTS_
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ struct SDL_Mutex
|
|||
RecursiveLock lock;
|
||||
};
|
||||
|
||||
#endif // SDL_sysmutex_c_h
|
||||
#endif // SDL_sysmutex_c_h_
|
||||
|
|
|
|||
|
|
@ -1667,5 +1667,5 @@ VideoBootStrap OPENVR_bootstrap = {
|
|||
"openvr", "SDL OpenVR video driver", OPENVR_CreateDevice, NULL, false
|
||||
};
|
||||
|
||||
#endif // SDL_VIDEO_DRIVER_WINDOWS
|
||||
#endif // SDL_VIDEO_DRIVER_OPENVR
|
||||
|
||||
|
|
|
|||
|
|
@ -117,4 +117,4 @@ extern void VITA_HideScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window);
|
|||
|
||||
extern void VITA_PumpEvents(SDL_VideoDevice *_this);
|
||||
|
||||
#endif // SDL_pspvideo_h
|
||||
#endif // SDL_vitavideo_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue