From 2fa781bcfefbf403d9f3e6a0b7ebf62517ff1f51 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 21 Feb 2008 00:10:33 +0000 Subject: Consistently use filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26043 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/gtk/gtk_common.h | 6 +++--- gui/mplayer/gui_common.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gui') diff --git a/gui/mplayer/gtk/gtk_common.h b/gui/mplayer/gtk/gtk_common.h index f96b9d2bb5..e358a7c30d 100644 --- a/gui/mplayer/gtk/gtk_common.h +++ b/gui/mplayer/gtk/gtk_common.h @@ -1,6 +1,6 @@ -#ifndef GUI_COMMON_H -#define GUI_COMMON_H +#ifndef GUI_GTK_COMMON_H +#define GUI_GTK_COMMON_H #include #include @@ -21,4 +21,4 @@ extern GtkWidget * AddVScaler( GtkAdjustment * adj,GtkWidget * parent,int digit extern GtkWidget * AddComboBox( GtkWidget * parent ); extern void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer ); -#endif /* GUI_COMMON_H */ +#endif /* GUI_GTK_COMMON_H */ diff --git a/gui/mplayer/gui_common.h b/gui/mplayer/gui_common.h index 661ead64c3..2aec358480 100644 --- a/gui/mplayer/gui_common.h +++ b/gui/mplayer/gui_common.h @@ -1,6 +1,6 @@ -#ifndef GUI_COMMON_H -#define GUI_COMMON_H +#ifndef GUI_GUI_COMMON_H +#define GUI_GUI_COMMON_H #include #include @@ -18,4 +18,4 @@ extern void PutImage( txSample * bf,int x,int y,int max,int ofs ); extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac ); extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size ); -#endif /* GUI_COMMON_H */ +#endif /* GUI_GUI_COMMON_H */ -- cgit v1.2.3