diff options
Diffstat (limited to 'include/SDL_config_macosx.h')
-rw-r--r-- | include/SDL_config_macosx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h index 5c8b7e0335..07ba0fa9ce 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -19,8 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifndef _SDL_config_macosx_h -#define _SDL_config_macosx_h +#ifndef SDL_config_macosx_h_ +#define SDL_config_macosx_h_ #include "SDL_platform.h" @@ -185,4 +185,4 @@ #define SDL_ALTIVEC_BLITTERS 1 #endif -#endif /* _SDL_config_macosx_h */ +#endif /* SDL_config_macosx_h_ */ |