diff options
Diffstat (limited to 'include/SDL_config.h')
-rw-r--r-- | include/SDL_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_config.h b/include/SDL_config.h index 4051ff4cf2..ffce187f0f 100644 --- a/include/SDL_config.h +++ b/include/SDL_config.h @@ -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_ #include "SDL_platform.h" @@ -50,4 +50,4 @@ #error Wrong SDL_config.h, check your include path? #endif -#endif /* _SDL_config_h */ +#endif /* SDL_config_h_ */ |