Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and
XML_MICRO_VERSION. These contain version-specific information, but this header is about to become a generated file, so that's ok.
This commit is contained in:
parent
604600883c
commit
f4f26d227b
@ -717,6 +717,10 @@ typedef struct {
|
||||
XML_Expat_Version XMLPARSEAPI
|
||||
XML_ExpatVersionInfo(void);
|
||||
|
||||
#define XML_MAJOR_VERSION 1
|
||||
#define XML_MINOR_VERSION 95
|
||||
#define XML_MICRO_VERSION 2
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user