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

@@ -39,14 +39,6 @@
*
*/
/* need to define these in order to avoid conflict with those
defined in obsolete/prototypes.h (included from prtypes.h), see npapi.h */
#define _UINT16
#define _UINT32
#define _INT16
#define _INT32
#include <stdio.h>
#include <string.h>
#include "npapi.h"

View File

@@ -37,13 +37,6 @@
#define XP_UNIX 1
/* need to define these in order to avoid conflict with those
defined in obsolete/prototypes.h (included from prtypes.h), see npapi.h */
#define _UINT16
#define _UINT32
#define _INT16
#define _INT32
#include <stdio.h>
#include "npapi.h"
#include "npupp.h"

View File

@@ -32,14 +32,6 @@
*
*/
/* need to define these in order to avoid conflict with those
defined in obsolete/prototypes.h (included from prtypes.h), see npapi.h */
#define _UINT16
#define _UINT32
#define _INT16
#define _INT32
#include <stdio.h>
#include <gtk/gtk.h>
#include "npapi.h"