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 abe9271065
commit 3615633571
117 changed files with 349 additions and 349 deletions

View File

@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef _SDL_config_h
#define _SDL_config_h
#ifndef SDL_config_h_
#define SDL_config_h_
/**
* \file SDL_config.h.in
@@ -419,4 +419,4 @@ typedef unsigned int uintptr_t;
# endif /* !_STDINT_H_ && !HAVE_STDINT_H */
#endif /* __WIN32__ */
#endif /* _SDL_config_h */
#endif /* SDL_config_h_ */