summaryrefslogtreecommitdiff
path: root/src/video/x11/SDL_x11dyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/x11/SDL_x11dyn.h')
-rw-r--r--src/video/x11/SDL_x11dyn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video/x11/SDL_x11dyn.h b/src/video/x11/SDL_x11dyn.h
index be1ddaa1c1..6a12778169 100644
--- a/src/video/x11/SDL_x11dyn.h
+++ b/src/video/x11/SDL_x11dyn.h
@@ -20,8 +20,8 @@
*/
#include "../../SDL_internal.h"
-#ifndef _SDL_x11dyn_h
-#define _SDL_x11dyn_h
+#ifndef SDL_x11dyn_h_
+#define SDL_x11dyn_h_
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@@ -107,5 +107,5 @@ extern SDL_DYNX11FN_XGetICValues X11_XGetICValues;
}
#endif
-#endif /* !defined _SDL_x11dyn_h */
+#endif /* !defined SDL_x11dyn_h_ */
/* vi: set ts=4 sw=4 expandtab: */