From 2fa781bcfefbf403d9f3e6a0b7ebf62517ff1f51 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 21 Feb 2008 00:10:33 +0000 Subject: [PATCH] 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 +++--- libmpcodecs/vd_internal.h | 6 +++--- libvo/w32_common.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) 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 */ diff --git a/libmpcodecs/vd_internal.h b/libmpcodecs/vd_internal.h index f83913473b..c396c379f1 100644 --- a/libmpcodecs/vd_internal.h +++ b/libmpcodecs/vd_internal.h @@ -1,5 +1,5 @@ -#ifndef VD_INTERNAL -#define VD_INTERNAL +#ifndef VD_INTERNAL_H +#define VD_INTERNAL_H #include "codec-cfg.h" #include "img_format.h" @@ -27,4 +27,4 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags); decode\ }; -#endif /* VD_INTERNAL */ +#endif /* VD_INTERNAL_H */ diff --git a/libvo/w32_common.h b/libvo/w32_common.h index dac1e35582..0787677207 100644 --- a/libvo/w32_common.h +++ b/libvo/w32_common.h @@ -1,5 +1,5 @@ -#ifndef W32COMMON_H -#define W32COMMON_H +#ifndef W32_COMMON_H +#define W32_COMMON_H extern HWND vo_w32_window; extern int vo_vm; @@ -14,4 +14,4 @@ extern int vo_w32_config(uint32_t, uint32_t, uint32_t); extern void destroyRenderingContext(void); extern void w32_update_xinerama_info(void); -#endif /* W32COMMON_H */ +#endif /* W32_COMMON_H */