summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-31 18:30:13 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-31 18:30:13 +0000
commit8c950a0fce383b2d01291d7a1f0529aaf3ae17d9 (patch)
tree4c95465b79a0ca6f81512a2341392ad6e2f69b13
parentda34176d94b89fd7229412c30a85999d34dfe644 (diff)
downloadnss-hg-8c950a0fce383b2d01291d7a1f0529aaf3ae17d9.tar.gz
Bugzilla bug #62855: do not use the XP_PC macro. Use XP_WIN16 when we mean
Win 16. Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. (NSS_3_1_BRANCH)
-rw-r--r--security/nss/lib/jar/jarevil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/jar/jarevil.c b/security/nss/lib/jar/jarevil.c
index 08fa1ee6c..8ceba9d3c 100644
--- a/security/nss/lib/jar/jarevil.c
+++ b/security/nss/lib/jar/jarevil.c
@@ -57,7 +57,7 @@ extern void *mozilla_event_queue;
/* Special macros facilitate running on Win 16 */
-#if defined(XP_PC) && !defined(_WIN32) /* then we are win 16 */
+#if defined(XP_WIN16)
/*
* Allocate the data passed to the callback functions from the heap...