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)


git-svn-id: svn://10.0.0.236/branches/NSS_3_1_BRANCH@85837 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2001-01-31 18:30:13 +00:00
parent b4791d6d9b
commit 46125bc4e6

View File

@@ -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...