changeset 33566:b2dad0a365ea

Add cfg_gui_include also for win32 GUI.
author reimar
date Sun, 19 Jun 2011 12:26:38 +0000
parents 9c4163ef54e4
children 251a48bca536
files gui/win32/wincfg.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/wincfg.c	Sun Jun 19 12:23:26 2011 +0000
+++ b/gui/win32/wincfg.c	Sun Jun 19 12:26:38 2011 +0000
@@ -87,6 +87,13 @@
     {   NULL, NULL, 0, 0, 0, 0, NULL }
 };
 
+int cfg_gui_include(m_option_t *conf, const char *filename)
+{
+    (void)conf;
+
+    return m_config_parse_config_file(gui_conf, filename);
+}
+
 int cfg_read(void)
 {
     char *cfg = get_path("gui.conf");