[MPlayer-cvslog] r34664 - in trunk/gui: cfg.c win32/wincfg.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Feb 9 21:23:28 CET 2012


On Thu, Feb 09, 2012 at 01:52:10PM +0100, ib wrote:
> +#define GUI_CONFIGURATION "gui.conf"
> +#define GUI_HISTORY       "gui.history"
> +#define GUI_PLAYLIST      "gui.pl"
> +#define GUI_URLLIST       "gui.url"

Not important but usually I think it's better to avoid defines and use
e.g.
static const char gui_configuration[] = "gui.conf";
etc.


More information about the MPlayer-cvslog mailing list