added #ifndef for HPUX11 around #define _INT32

This commit is contained in:
mgleeson1%netscape.com 1999-09-03 22:17:16 +00:00
parent 6b3c7e36af
commit 5d211da01c
2 changed files with 6 additions and 4 deletions

View File

@ -22,9 +22,10 @@
#define _UINT32
/* On HPUX, int32 is already defined in /usr/include/moduel.h */
#ifndef hpux
/* #ifndef hpux */
#ifndef HPUX11
#define _INT32
#endif
#endif /* HPUX11 */
#include "nsplugin.h"
#include "npupp.h"

View File

@ -22,9 +22,10 @@
#define _UINT32
/* On HPUX, int32 is already defined in /usr/include/moduel.h */
#ifndef hpux
/* #ifndef hpux */
#ifndef HPUX11
#define _INT32
#endif
#endif /* HPUX11 */
#include "nsplugin.h"
#include "npupp.h"