Ensure XML_UNICODE is defined if XML_UNICODE_WCHAR_T is.
This commit is contained in:
parent
7b4a0046ea
commit
68db987c6e
@ -19,6 +19,13 @@ Contributor(s):
|
||||
*/
|
||||
|
||||
#define STRICT 1
|
||||
|
||||
#ifdef XML_UNICODE_WCHAR_T
|
||||
#ifndef XML_UNICODE
|
||||
#define XML_UNICODE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef XML_UNICODE
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
Loading…
Reference in New Issue
Block a user