summaryrefslogtreecommitdiff
path: root/include/SDL_power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_power.h')
-rw-r--r--include/SDL_power.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_power.h b/include/SDL_power.h
index 24c0501149..2506a68135 100644
--- a/include/SDL_power.h
+++ b/include/SDL_power.h
@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
-#ifndef _SDL_power_h
-#define _SDL_power_h
+#ifndef SDL_power_h_
+#define SDL_power_h_
/**
* \file SDL_power.h
@@ -70,6 +70,6 @@ extern DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
#endif
#include "close_code.h"
-#endif /* _SDL_power_h */
+#endif /* SDL_power_h_ */
/* vi: set ts=4 sw=4 expandtab: */