negative, sir!

This commit is contained in:
Enno Rehling 2018-05-04 18:53:35 +02:00
parent 53f8b39e6e
commit dca99ec79d
1 changed files with 1 additions and 1 deletions

View File

@ -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);