summaryrefslogtreecommitdiff
path: root/include/SDL_timer.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2016-11-20 21:34:54 -0800
committerSam Lantinga <slouken@libsdl.org>2016-11-20 21:34:54 -0800
commit6192bd2bddcffe444b79645ddbcedd0c69a44ec5 (patch)
tree49169788fe8fb214f03b470707089ad43837a5e3 /include/SDL_timer.h
parent9f72a71f1ce6fd5153ac44d6ee9496e0c56683a7 (diff)
downloadsdl-6192bd2bddcffe444b79645ddbcedd0c69a44ec5.tar.gz
Renaming of guard header names to quiet -Wreserved-id-macro
Patch contributed by Sylvain
Diffstat (limited to 'include/SDL_timer.h')
-rw-r--r--include/SDL_timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_timer.h b/include/SDL_timer.h
index e0d3785ee..c1e9491a2 100644
--- a/include/SDL_timer.h
+++ b/include/SDL_timer.h
@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
-#ifndef _SDL_timer_h
-#define _SDL_timer_h
+#ifndef SDL_timer_h_
+#define SDL_timer_h_
/**
* \file SDL_timer.h
@@ -110,6 +110,6 @@ extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);
#endif
#include "close_code.h"
-#endif /* _SDL_timer_h */
+#endif /* SDL_timer_h_ */
/* vi: set ts=4 sw=4 expandtab: */