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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user