forked from github/server
negative, sir!
This commit is contained in:
parent
53f8b39e6e
commit
dca99ec79d
1 changed files with 1 additions and 1 deletions
|
@ -1705,7 +1705,7 @@ static int parse_strings(xmlDocPtr doc)
|
||||||
|
|
||||||
void register_xmlreader(void)
|
void register_xmlreader(void)
|
||||||
{
|
{
|
||||||
#ifdef _MSC_VER /* gcc and clang complain about unused function */
|
#ifndef _MSC_VER /* gcc and clang complain about unused function */
|
||||||
xml_register_callback(parse_resources);
|
xml_register_callback(parse_resources);
|
||||||
xml_register_callback(parse_buildings);
|
xml_register_callback(parse_buildings);
|
||||||
xml_register_callback(parse_ships);
|
xml_register_callback(parse_ships);
|
||||||
|
|
Loading…
Reference in a new issue