diff gui/mplayer/gtk/gtk_common.h @ 26011:aee6ea2b39ee

Consistently use filename as multiple inclusion guard.
author diego
date Thu, 21 Feb 2008 00:10:33 +0000
parents 8a0adeba5910
children 4129c8cfa742
line wrap: on
line diff
--- a/gui/mplayer/gtk/gtk_common.h	Wed Feb 20 22:55:44 2008 +0000
+++ b/gui/mplayer/gtk/gtk_common.h	Thu Feb 21 00:10:33 2008 +0000
@@ -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 * AddComboBox( GtkWidget * parent );
 extern void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer );
 
-#endif /* GUI_COMMON_H */
+#endif /* GUI_GTK_COMMON_H */