diff options
Diffstat (limited to 'src/lib/util/xmlfile.h')
-rw-r--r-- | src/lib/util/xmlfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/xmlfile.h b/src/lib/util/xmlfile.h index e116366643f..eac3cdff4c2 100644 --- a/src/lib/util/xmlfile.h +++ b/src/lib/util/xmlfile.h @@ -81,7 +81,7 @@ struct xml_parse_options { xml_parse_error * error; void (*init_parser)(struct XML_ParserStruct *parser); - UINT32 flags; + uint32_t flags; }; |