mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Renaming of guard header names to quiet -Wreserved-id-macro
Patch contributed by Sylvain
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_config_minimal_h
|
||||
#define _SDL_config_minimal_h
|
||||
#ifndef SDL_config_minimal_h_
|
||||
#define SDL_config_minimal_h_
|
||||
|
||||
#include "SDL_platform.h"
|
||||
|
||||
@@ -78,4 +78,4 @@ typedef unsigned long uintptr_t;
|
||||
/* Enable the dummy filesystem driver (src/filesystem/dummy/\*.c) */
|
||||
#define SDL_FILESYSTEM_DUMMY 1
|
||||
|
||||
#endif /* _SDL_config_minimal_h */
|
||||
#endif /* SDL_config_minimal_h_ */
|
||||
|
||||
Reference in New Issue
Block a user