From d416c25c9b92ffe45426baae1eb82a44a7441328 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jul 2007 20:55:05 +0000 Subject: Add consistent GUI prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23705 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/common.h | 4 ++-- gui/mplayer/gmplayer.h | 4 ++-- gui/mplayer/gtk/common.h | 4 ++-- gui/mplayer/gtk/opts.h | 4 ++-- gui/mplayer/gtk/url.h | 4 ++-- gui/mplayer/widgets.h | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'gui/mplayer') diff --git a/gui/mplayer/common.h b/gui/mplayer/common.h index 4cc6c7e152..3353a41a70 100644 --- a/gui/mplayer/common.h +++ b/gui/mplayer/common.h @@ -1,5 +1,5 @@ -#ifndef __COMMON_H -#define __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 e7adae7d24..caa9297532 100644 --- a/gui/mplayer/gmplayer.h +++ b/gui/mplayer/gmplayer.h @@ -1,6 +1,6 @@ -#ifndef __GMPLAYER_H -#define __GMPLAYER_H +#ifndef __GUI_GMPLAYER_H +#define __GUI_GMPLAYER_H extern int mplSubRender; extern int mplMainRender; diff --git a/gui/mplayer/gtk/common.h b/gui/mplayer/gtk/common.h index d68a977622..6547b27119 100644 --- a/gui/mplayer/gtk/common.h +++ b/gui/mplayer/gtk/common.h @@ -1,6 +1,6 @@ -#ifndef __COMMON_H -#define __COMMON_H +#ifndef __GUI_COMMON_H +#define __GUI_COMMON_H #include #include diff --git a/gui/mplayer/gtk/opts.h b/gui/mplayer/gtk/opts.h index 6bb7069a55..4305938017 100644 --- a/gui/mplayer/gtk/opts.h +++ b/gui/mplayer/gtk/opts.h @@ -1,6 +1,6 @@ -#ifndef __OPTS_H -#define __OPTS_H +#ifndef __GUI_OPTS_H +#define __GUI_OPTS_H #include diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h index ed0a656586..15b8914b72 100644 --- a/gui/mplayer/gtk/url.h +++ b/gui/mplayer/gtk/url.h @@ -1,6 +1,6 @@ -#ifndef _URL_H -#define _URL_H +#ifndef _GUI_URL_H +#define _GUI_URL_H extern GtkWidget * URL; extern int gtkVURLDialogBox; diff --git a/gui/mplayer/widgets.h b/gui/mplayer/widgets.h index a9bd6df37f..4c1c179c78 100644 --- a/gui/mplayer/widgets.h +++ b/gui/mplayer/widgets.h @@ -1,6 +1,6 @@ -#ifndef __WIDGETS_H -#define __WIDGETS_H +#ifndef __GUI_WIDGETS_H +#define __GUI_WIDGETS_H #include #include -- cgit v1.2.3