The following function is defined with 3 parameters in parser-cfg.c in line
56.
But it only lists 2 parameters in gui/win32/wincfg.c in lines 95 and 108
It's causing the build to break. Compiler complains that the function does
not have
sufficient parameters.
parser-cfg.c line:56
m_config_parse_config_file(m_config_t* config, const char *confile,
int silent)