mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Patch for HP-UX specific problem.
This commit is contained in:
parent
e125ca785d
commit
5792c831fc
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user