Bug 48483: Fix HPUX bustage for Unix default plugin fix thanks to wtc, r=jdunn,pollmann sr=mscott

git-svn-id: svn://10.0.0.236/trunk@80984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com
2000-10-12 00:20:34 +00:00
parent 65a3657346
commit 56b3f3a359
8 changed files with 16 additions and 48 deletions

View File

@@ -22,7 +22,7 @@
/*
* npapi.h $Revision: 3.7 $
* npapi.h $Revision: 3.8 $
* Netscape client plug-in API spec
*/
@@ -33,6 +33,13 @@
#pragma pack(1)
#endif
/*
* NO_NSPR_10_SUPPORT disables the inclusion
* of obsolete/protypes.h, whose int16, uint16,
* int32, and uint32 typedefs conflict with those
* in this file.
*/
#define NO_NSPR_10_SUPPORT
#include "jri.h" /* Java Runtime Interface */
#if defined (__OS2__ ) || defined (OS2)