forked from github/server
negative, sir!
This commit is contained in:
parent
53f8b39e6e
commit
dca99ec79d
|
@ -1705,7 +1705,7 @@ static int parse_strings(xmlDocPtr doc)
|
|||
|
||||
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_buildings);
|
||||
xml_register_callback(parse_ships);
|
||||
|
|
Loading…
Reference in New Issue