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