From 219ffa4c388e85273e7276378ed6901df2d74419 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Sat, 24 Apr 1999 08:39:06 +0000 Subject: [PATCH] Don't use XML_UNICODE_WCHAR_T (defines characters with the wchar_t data type whose size varies by platform) for strings in expat. Use XML_UNICODE (defines characters with the unsigned short data type whose size is the same across all platforms) instead. git-svn-id: svn://10.0.0.236/trunk@29046 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsExpatTokenizer.h | 2 +- mozilla/parser/htmlparser/src/nsExpatTokenizer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsExpatTokenizer.h b/mozilla/htmlparser/src/nsExpatTokenizer.h index 520b1cdb391..a384761dd5f 100644 --- a/mozilla/htmlparser/src/nsExpatTokenizer.h +++ b/mozilla/htmlparser/src/nsExpatTokenizer.h @@ -31,7 +31,7 @@ #include "prtypes.h" // Enable unicode characters in expat. -#define XML_UNICODE_WCHAR_T +#define UNICODE #include "xmlparse.h" #define NS_EXPATTOKENIZER_IID \ diff --git a/mozilla/parser/htmlparser/src/nsExpatTokenizer.h b/mozilla/parser/htmlparser/src/nsExpatTokenizer.h index 520b1cdb391..a384761dd5f 100644 --- a/mozilla/parser/htmlparser/src/nsExpatTokenizer.h +++ b/mozilla/parser/htmlparser/src/nsExpatTokenizer.h @@ -31,7 +31,7 @@ #include "prtypes.h" // Enable unicode characters in expat. -#define XML_UNICODE_WCHAR_T +#define UNICODE #include "xmlparse.h" #define NS_EXPATTOKENIZER_IID \