summaryrefslogtreecommitdiff
path: root/src/video/directfb/SDL_DirectFB_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/directfb/SDL_DirectFB_mouse.h')
-rw-r--r--src/video/directfb/SDL_DirectFB_mouse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video/directfb/SDL_DirectFB_mouse.h b/src/video/directfb/SDL_DirectFB_mouse.h
index 884aae724..c793c2258 100644
--- a/src/video/directfb/SDL_DirectFB_mouse.h
+++ b/src/video/directfb/SDL_DirectFB_mouse.h
@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
-#ifndef _SDL_DirectFB_mouse_h
-#define _SDL_DirectFB_mouse_h
+#ifndef SDL_DirectFB_mouse_h_
+#define SDL_DirectFB_mouse_h_
#include <directfb.h>
@@ -39,6 +39,6 @@ struct _DFB_CursorData
extern void DirectFB_InitMouse(_THIS);
extern void DirectFB_QuitMouse(_THIS);
-#endif /* _SDL_DirectFB_mouse_h */
+#endif /* SDL_DirectFB_mouse_h_ */
/* vi: set ts=4 sw=4 expandtab: */