summaryrefslogtreecommitdiffstats
path: root/gui/win32/wincfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/wincfg.h')
-rw-r--r--gui/win32/wincfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/win32/wincfg.h b/gui/win32/wincfg.h
index f55b368aa5..48f15cea10 100644
--- a/gui/win32/wincfg.h
+++ b/gui/win32/wincfg.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef GUI_WINCFG_H
-#define GUI_WINCFG_H
+#ifndef MPLAYER_GUI_WINCFG_H
+#define MPLAYER_GUI_WINCFG_H
extern char *skinName;
extern int sub_window;
@@ -37,4 +37,4 @@ extern int gui_sub_pos_y;
extern int cfg_read(void);
extern int cfg_write(void);
-#endif /* GUI_WINCFG_H */
+#endif /* MPLAYER_GUI_WINCFG_H */