Renaming of guard header names to quiet -Wreserved-id-macro

This commit is contained in:
Sam Lantinga 2017-08-28 00:22:23 -07:00
parent 15cb6b4932
commit f1e9abdefb
126 changed files with 421 additions and 382 deletions

View file

@ -20,8 +20,8 @@
*/
#include "../../SDL_internal.h"
#ifndef _SDL_uikitmodes_h
#define _SDL_uikitmodes_h
#ifndef SDL_uikitmodes_h_
#define SDL_uikitmodes_h_
#include "SDL_uikitvideo.h"
@ -45,6 +45,6 @@ extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMo
extern void UIKit_QuitModes(_THIS);
extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect);
#endif /* _SDL_uikitmodes_h */
#endif /* SDL_uikitmodes_h_ */
/* vi: set ts=4 sw=4 expandtab: */