Fix typo: MICRO instead of MINOR.
This commit is contained in:
parent
0078f6cc80
commit
6512dbd5be
|
@ -8,7 +8,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef XML_MAJOR_VERSION
|
||||
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MINOR_VERSION)
|
||||
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MICRO_VERSION)
|
||||
#else
|
||||
#ifndef EXPAT_VERSION
|
||||
/* Assume Expat 1.1 unless told otherwise */
|
||||
|
|
Loading…
Reference in New Issue