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:
pollmann%netscape.com
2000-10-12 01:11:38 +00:00
parent 220ca080c6
commit 5a7a80de57
2 changed files with 6 additions and 2 deletions

View File

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

View File

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