summaryrefslogtreecommitdiffstats
path: root/mp_osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_osd.h')
-rw-r--r--mp_osd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mp_osd.h b/mp_osd.h
index f6151e2dbc..f3b2a69561 100644
--- a/mp_osd.h
+++ b/mp_osd.h
@@ -1,5 +1,5 @@
-#ifndef MP_OSD_H
-#define MP_OSD_H
+#ifndef MPLAYER_MP_OSD_H
+#define MPLAYER_MP_OSD_H
#define OSD_MSG_TV_CHANNEL 0
#define OSD_MSG_TEXT 1
@@ -23,4 +23,4 @@ void set_osd_bar(int type,const char* name,double min,double max,double val);
void set_osd_msg(int id, int level, int time, const char* fmt, ...);
void rm_osd_msg(int id);
-#endif /* MP_OSD_H */
+#endif /* MPLAYER_MP_OSD_H */