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

Patch contributed by Sylvain
This commit is contained in:
Sam Lantinga 2016-11-20 21:34:54 -08:00
parent d391ff39ac
commit 91e0a1d094
117 changed files with 349 additions and 349 deletions

View file

@ -21,8 +21,8 @@
#include "../SDL_internal.h"
#ifndef _SDL_syshaptic_h
#define _SDL_syshaptic_h
#ifndef SDL_syshaptic_h_
#define SDL_syshaptic_h_
#include "SDL_haptic.h"
@ -203,6 +203,6 @@ extern int SDL_SYS_HapticUnpause(SDL_Haptic * haptic);
*/
extern int SDL_SYS_HapticStopAll(SDL_Haptic * haptic);
#endif /* _SDL_syshaptic_h */
#endif /* SDL_syshaptic_h_ */
/* vi: set ts=4 sw=4 expandtab: */