From 3e9e4acd8dd7b602519a0f5659e6e108efdf31fe Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jul 2007 22:34:45 +0000 Subject: Do not use leading underscores in multiple inclusion guards, they are reserved. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/common.h | 5 +++-- gui/mplayer/gmplayer.h | 4 ++-- gui/mplayer/gtk/about.h | 4 ++-- gui/mplayer/gtk/common.h | 4 ++-- gui/mplayer/gtk/eq.h | 4 ++-- gui/mplayer/gtk/fs.h | 4 ++-- gui/mplayer/gtk/mb.h | 4 ++-- gui/mplayer/gtk/menu.h | 4 ++-- gui/mplayer/gtk/opts.h | 4 ++-- gui/mplayer/gtk/pl.h | 4 ++-- gui/mplayer/gtk/sb.h | 4 ++-- gui/mplayer/gtk/url.h | 4 ++-- gui/mplayer/play.h | 4 ++-- gui/mplayer/widgets.h | 4 ++-- 14 files changed, 29 insertions(+), 28 deletions(-) (limited to 'gui/mplayer') diff --git a/gui/mplayer/common.h b/gui/mplayer/common.h index 3353a41a70..0f015805f0 100644 --- a/gui/mplayer/common.h +++ b/gui/mplayer/common.h @@ -1,5 +1,6 @@ -#ifndef __GUI_COMMON_H -#define __GUI_COMMON_H + +#ifndef GUI_COMMON_H +#define GUI_COMMON_H #include #include diff --git a/gui/mplayer/gmplayer.h b/gui/mplayer/gmplayer.h index caa9297532..ad62b5c1b8 100644 --- a/gui/mplayer/gmplayer.h +++ b/gui/mplayer/gmplayer.h @@ -1,6 +1,6 @@ -#ifndef __GUI_GMPLAYER_H -#define __GUI_GMPLAYER_H +#ifndef GUI_GMPLAYER_H +#define GUI_GMPLAYER_H extern int mplSubRender; extern int mplMainRender; diff --git a/gui/mplayer/gtk/about.h b/gui/mplayer/gtk/about.h index 66d5f147ae..0fc2495a7c 100644 --- a/gui/mplayer/gtk/about.h +++ b/gui/mplayer/gtk/about.h @@ -1,6 +1,6 @@ -#ifndef __GUI_ABOUT_H -#define __GUI_ABOUT_H +#ifndef GUI_ABOUT_H +#define GUI_ABOUT_H #include diff --git a/gui/mplayer/gtk/common.h b/gui/mplayer/gtk/common.h index 6547b27119..d8df6234cb 100644 --- a/gui/mplayer/gtk/common.h +++ b/gui/mplayer/gtk/common.h @@ -1,6 +1,6 @@ -#ifndef __GUI_COMMON_H -#define __GUI_COMMON_H +#ifndef GUI_COMMON_H +#define GUI_COMMON_H #include #include diff --git a/gui/mplayer/gtk/eq.h b/gui/mplayer/gtk/eq.h index 99941a0509..599cd3a3a0 100644 --- a/gui/mplayer/gtk/eq.h +++ b/gui/mplayer/gtk/eq.h @@ -1,6 +1,6 @@ -#ifndef __GUI_EQ_H -#define __GUI_EQ_H +#ifndef GUI_EQ_H +#define GUI_EQ_H #include diff --git a/gui/mplayer/gtk/fs.h b/gui/mplayer/gtk/fs.h index 94e9ff08e8..078a52e44b 100644 --- a/gui/mplayer/gtk/fs.h +++ b/gui/mplayer/gtk/fs.h @@ -1,5 +1,5 @@ -#ifndef __GUI_FS_H -#define __GUI_FS_H +#ifndef GUI_FS_H +#define GUI_FS_H #include diff --git a/gui/mplayer/gtk/mb.h b/gui/mplayer/gtk/mb.h index d9aed53b70..85021d52b5 100644 --- a/gui/mplayer/gtk/mb.h +++ b/gui/mplayer/gtk/mb.h @@ -1,6 +1,6 @@ -#ifndef __GUI_MB_H -#define __GUI_MB_H +#ifndef GUI_MB_H +#define GUI_MB_H #include diff --git a/gui/mplayer/gtk/menu.h b/gui/mplayer/gtk/menu.h index a8bc5bcc5b..b81cdd2df8 100644 --- a/gui/mplayer/gtk/menu.h +++ b/gui/mplayer/gtk/menu.h @@ -1,5 +1,5 @@ -#ifndef __GUI_MENU_H -#define __GUI_MENU_H +#ifndef GUI_MENU_H +#define GUI_MENU_H #include diff --git a/gui/mplayer/gtk/opts.h b/gui/mplayer/gtk/opts.h index 4305938017..3ef572e2c8 100644 --- a/gui/mplayer/gtk/opts.h +++ b/gui/mplayer/gtk/opts.h @@ -1,6 +1,6 @@ -#ifndef __GUI_OPTS_H -#define __GUI_OPTS_H +#ifndef GUI_OPTS_H +#define GUI_OPTS_H #include diff --git a/gui/mplayer/gtk/pl.h b/gui/mplayer/gtk/pl.h index d5e1ebe8b4..9c38b1062a 100644 --- a/gui/mplayer/gtk/pl.h +++ b/gui/mplayer/gtk/pl.h @@ -1,6 +1,6 @@ -#ifndef __GUI_PL_H -#define __GUI_PL_H +#ifndef GUI_PL_H +#define GUI_PL_H #include diff --git a/gui/mplayer/gtk/sb.h b/gui/mplayer/gtk/sb.h index 74a28ab5a8..6b3b8323f4 100644 --- a/gui/mplayer/gtk/sb.h +++ b/gui/mplayer/gtk/sb.h @@ -1,5 +1,5 @@ -#ifndef __GUI_SB_H -#define __GUI_SB_H +#ifndef GUI_SB_H +#define GUI_SB_H #include diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h index 15b8914b72..4746cdc484 100644 --- a/gui/mplayer/gtk/url.h +++ b/gui/mplayer/gtk/url.h @@ -1,6 +1,6 @@ -#ifndef _GUI_URL_H -#define _GUI_URL_H +#ifndef GUI_URL_H +#define GUI_URL_H extern GtkWidget * URL; extern int gtkVURLDialogBox; diff --git a/gui/mplayer/play.h b/gui/mplayer/play.h index 15615dd8a2..4cb158021f 100644 --- a/gui/mplayer/play.h +++ b/gui/mplayer/play.h @@ -1,6 +1,6 @@ -#ifndef __GUI_PLAY_H -#define __GUI_PLAY_H +#ifndef GUI_PLAY_H +#define GUI_PLAY_H #include "../config.h" diff --git a/gui/mplayer/widgets.h b/gui/mplayer/widgets.h index 4c1c179c78..a13bb84abe 100644 --- a/gui/mplayer/widgets.h +++ b/gui/mplayer/widgets.h @@ -1,6 +1,6 @@ -#ifndef __GUI_WIDGETS_H -#define __GUI_WIDGETS_H +#ifndef GUI_WIDGETS_H +#define GUI_WIDGETS_H #include #include -- cgit v1.2.3