Ensure XML_UNICODE is defined if XML_UNICODE_WCHAR_T is.

This commit is contained in:
James Clark 1998-11-24 06:04:53 +00:00
parent 7b4a0046ea
commit 68db987c6e

View File

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