Bug 48483: Fix HPUX bustage for Unix default plugin, fix thanks to wtc (added #ifdef guards to previous checkin per review by wtc, will not affect build)
git-svn-id: svn://10.0.0.236/trunk@80988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* npapi.h $Revision: 3.8 $
|
||||
* npapi.h $Revision: 3.9 $
|
||||
* Netscape client plug-in API spec
|
||||
*/
|
||||
|
||||
@@ -39,7 +39,9 @@
|
||||
* int32, and uint32 typedefs conflict with those
|
||||
* in this file.
|
||||
*/
|
||||
#ifndef NO_NSPR_10_SUPPORT
|
||||
#define NO_NSPR_10_SUPPORT
|
||||
#endif
|
||||
#include "jri.h" /* Java Runtime Interface */
|
||||
|
||||
#if defined (__OS2__ ) || defined (OS2)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* npapi.h $Revision: 3.8 $
|
||||
* npapi.h $Revision: 3.9 $
|
||||
* Netscape client plug-in API spec
|
||||
*/
|
||||
|
||||
@@ -39,7 +39,9 @@
|
||||
* int32, and uint32 typedefs conflict with those
|
||||
* in this file.
|
||||
*/
|
||||
#ifndef NO_NSPR_10_SUPPORT
|
||||
#define NO_NSPR_10_SUPPORT
|
||||
#endif
|
||||
#include "jri.h" /* Java Runtime Interface */
|
||||
|
||||
#if defined (__OS2__ ) || defined (OS2)
|
||||
|
||||
Reference in New Issue
Block a user