diff options
Diffstat (limited to 'include/SDL_quit.h')
-rw-r--r-- | include/SDL_quit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_quit.h b/include/SDL_quit.h index cc06f28d89..8e3b1a0300 100644 --- a/include/SDL_quit.h +++ b/include/SDL_quit.h @@ -25,8 +25,8 @@ * Include file for SDL quit event handling. */ -#ifndef _SDL_quit_h -#define _SDL_quit_h +#ifndef SDL_quit_h_ +#define SDL_quit_h_ #include "SDL_stdinc.h" #include "SDL_error.h" @@ -55,4 +55,4 @@ #define SDL_QuitRequested() \ (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0)) -#endif /* _SDL_quit_h */ +#endif /* SDL_quit_h_ */ |