comparison gui/cfg.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 0bbfebce0583
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 1
2 #ifndef __GUI_CFG_H 2 #ifndef GUI_CFG_H
3 #define __GUI_CFG_H 3 #define GUI_CFG_H
4 4
5 extern int gtkEnableAudioEqualizer; 5 extern int gtkEnableAudioEqualizer;
6 6
7 extern int gtkVfPP; 7 extern int gtkVfPP;
8 extern int gtkVfLAVC; 8 extern int gtkVfLAVC;