summaryrefslogtreecommitdiffstats
path: root/gui/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/app.h')
-rw-r--r--gui/app.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/app.h b/gui/app.h
index 1d00f20636..5e5874c5b4 100644
--- a/gui/app.h
+++ b/gui/app.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_APP_H
-#define GUI_APP_H
+#ifndef MPLAYER_GUI_APP_H
+#define MPLAYER_GUI_APP_H
#include "bitmap.h"
#include "wm/ws.h"
@@ -184,4 +183,4 @@ extern void btnModify( int event,float state );
extern float btnGetValue( int event );
extern void btnSet( int event,int set );
-#endif /* GUI_APP_H */
+#endif /* MPLAYER_GUI_APP_H */