From 46125bc4e69ff3cb5abe1efffc58af85b13dc7ea Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 31 Jan 2001 18:30:13 +0000 Subject: [PATCH] Bugzilla bug #62855: do not use the XP_PC macro. Use XP_WIN16 when we mean Win 16. Thanks to Javier Pedemonte for the patch. (NSS_3_1_BRANCH) git-svn-id: svn://10.0.0.236/branches/NSS_3_1_BRANCH@85837 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/jar/jarevil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/jar/jarevil.c b/mozilla/security/nss/lib/jar/jarevil.c index 08fa1ee6cde..8ceba9d3c5b 100644 --- a/mozilla/security/nss/lib/jar/jarevil.c +++ b/mozilla/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...