mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
added #ifndef for HPUX11 around #define _INT32
This commit is contained in:
parent
6b3c7e36af
commit
5d211da01c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user