summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-03-13 00:07:21 +0000
committerwtchang%redhat.com <devnull@localhost>2006-03-13 00:07:21 +0000
commite31d72e33ba29a83c5cc8eabdf97924e3e397e46 (patch)
tree500d8c34b85aaa793bcdb2b601d0115370eec03e
parente693cd6b42ba1704b5d806c0ff074d671e72371f (diff)
downloadnspr-hg-e31d72e33ba29a83c5cc8eabdf97924e3e397e46.tar.gz
Backed out a change in the previous checkin that broke the Windows gcc
(MinGW) build. (Bugzilla bug 330150 and bug 326168) Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/prtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index c7369a06..0925d010 100644
--- a/pr/include/prtypes.h
+++ b/pr/include/prtypes.h
@@ -476,7 +476,7 @@ typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
#ifndef __PRUNICHAR__
#define __PRUNICHAR__
-#if (defined(__MWERKS__) || defined(_MSC_VER)) && defined(WIN32)
+#if defined(WIN32) || defined(XP_MAC)
typedef wchar_t PRUnichar;
#else
typedef PRUint16 PRUnichar;