From 5b2a4891ec2731fb7ed9cb6edbf6f3220a0163c4 Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Wed, 14 Jun 2000 02:54:40 +0000 Subject: [PATCH] Temporarily (till Thursday) commented out the definition that made |PRUnichar*| incompatible with |OLECHAR*| as a favor to the AIM team, so they can decide whether to cast in their code, or alter their headers. They know what to do in either case, and have agreed that this definnition can be re-activated on Thursday. r=vishy --- xpcom/base/nscore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/base/nscore.h b/xpcom/base/nscore.h index 7921d33ce843..2d718f91e3e4 100644 --- a/xpcom/base/nscore.h +++ b/xpcom/base/nscore.h @@ -165,7 +165,7 @@ #define HAVE_CPP_BOOL #define HAVE_CPP_NAMESPACE_STD #define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL - #define HAVE_CPP_2BYTE_WCHAR_T +//#define HAVE_CPP_2BYTE_WCHAR_T #endif /* under VC++ (Windows), we don't have autoconf yet */