Patch for HP-UX specific problem.

This commit is contained in:
amusil%netscape.com 1999-04-20 22:21:25 +00:00
parent e125ca785d
commit 5792c831fc
2 changed files with 8 additions and 0 deletions

View File

@ -20,7 +20,11 @@
#define ns4xPluginInstance_h__
#define _UINT32
/* On HPUX, int32 is already defined in /usr/include/moduel.h */
#ifndef hpux
#define _INT32
#endif
#include "nsplugin.h"
#include "npupp.h"

View File

@ -20,7 +20,11 @@
#define ns4xPluginInstance_h__
#define _UINT32
/* On HPUX, int32 is already defined in /usr/include/moduel.h */
#ifndef hpux
#define _INT32
#endif
#include "nsplugin.h"
#include "npupp.h"