diff options
Diffstat (limited to 'include/SDL_config.h.in')
-rw-r--r-- | include/SDL_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index 90a304a7ea..850866ab7e 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -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 @@ -360,4 +360,4 @@ /* Enable ime support */ #undef SDL_USE_IME -#endif /* _SDL_config_h */ +#endif /* SDL_config_h_ */ |