[MPlayer-cvslog] r26043 - in trunk: gui/mplayer/gtk/gtk_common.h gui/mplayer/gui_common.h libmpcodecs/vd_internal.h libvo/w32_common.h

diego subversion at mplayerhq.hu
Thu Feb 21 01:10:33 CET 2008


Author: diego
Date: Thu Feb 21 01:10:33 2008
New Revision: 26043

Log:
Consistently use filename as multiple inclusion guard.


Modified:
   trunk/gui/mplayer/gtk/gtk_common.h
   trunk/gui/mplayer/gui_common.h
   trunk/libmpcodecs/vd_internal.h
   trunk/libvo/w32_common.h

Modified: trunk/gui/mplayer/gtk/gtk_common.h
==============================================================================
--- trunk/gui/mplayer/gtk/gtk_common.h	(original)
+++ trunk/gui/mplayer/gtk/gtk_common.h	Thu Feb 21 01:10:33 2008
@@ -1,6 +1,6 @@
 
-#ifndef GUI_COMMON_H
-#define GUI_COMMON_H
+#ifndef GUI_GTK_COMMON_H
+#define GUI_GTK_COMMON_H
 
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
@@ -21,4 +21,4 @@ extern GtkWidget * AddVScaler( GtkAdjust
 extern GtkWidget * AddComboBox( GtkWidget * parent );
 extern void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer );
 
-#endif /* GUI_COMMON_H */
+#endif /* GUI_GTK_COMMON_H */

Modified: trunk/gui/mplayer/gui_common.h
==============================================================================
--- trunk/gui/mplayer/gui_common.h	(original)
+++ trunk/gui/mplayer/gui_common.h	Thu Feb 21 01:10:33 2008
@@ -1,6 +1,6 @@
 
-#ifndef GUI_COMMON_H
-#define GUI_COMMON_H
+#ifndef GUI_GUI_COMMON_H
+#define GUI_GUI_COMMON_H
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -18,4 +18,4 @@ extern void PutImage( txSample * bf,int 
 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 */

Modified: trunk/libmpcodecs/vd_internal.h
==============================================================================
--- trunk/libmpcodecs/vd_internal.h	(original)
+++ trunk/libmpcodecs/vd_internal.h	Thu Feb 21 01:10:33 2008
@@ -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
 	decode\
 };
 
-#endif /* VD_INTERNAL */
+#endif /* VD_INTERNAL_H */

Modified: trunk/libvo/w32_common.h
==============================================================================
--- trunk/libvo/w32_common.h	(original)
+++ trunk/libvo/w32_common.h	Thu Feb 21 01:10:33 2008
@@ -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, uint3
 extern void destroyRenderingContext(void);
 extern void w32_update_xinerama_info(void);
 
-#endif /* W32COMMON_H */
+#endif /* W32_COMMON_H */



More information about the MPlayer-cvslog mailing list