comparison gui/mplayer/gtk/about.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children b0a7b35b78d2
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 1 #ifndef MPLAYER_GUI_ABOUT_H
2 #ifndef GUI_ABOUT_H 2 #define MPLAYER_GUI_ABOUT_H
3 #define GUI_ABOUT_H
4 3
5 #include <gtk/gtk.h> 4 #include <gtk/gtk.h>
6 5
7 extern GtkWidget * About; 6 extern GtkWidget * About;
8 7
9 extern GtkWidget * create_About( void ); 8 extern GtkWidget * create_About( void );
10 extern void ShowAboutBox( void ); 9 extern void ShowAboutBox( void );
11 10
12 #endif /* GUI_ABOUT_H */ 11 #endif /* MPLAYER_GUI_ABOUT_H */