comparison gui/mplayer/gtk/opts.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents f15bce7943b9
children 3baf6a2283da
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 1
2 #ifndef __GUI_OPTS_H 2 #ifndef GUI_OPTS_H
3 #define __GUI_OPTS_H 3 #define GUI_OPTS_H
4 4
5 #include <gtk/gtk.h> 5 #include <gtk/gtk.h>
6 6
7 extern GtkWidget * AudioConfig; 7 extern GtkWidget * AudioConfig;
8 extern GtkWidget * Preferences; 8 extern GtkWidget * Preferences;