added #ifndef for HPUX11 around #define _INT32

This commit is contained in:
mgleeson1%netscape.com 1999-09-03 22:17:16 +00:00
Родитель 6b3c7e36af
Коммит 5d211da01c
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -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"