mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
removed #ifdef for hpux for _INT16 and _INT32
This commit is contained in:
parent
fae161d767
commit
d40fce9bc1
@ -233,9 +233,14 @@ typedef int (*FARPROC)();
|
||||
#endif /* DEBUG */
|
||||
#endif /* TRACEMSG */
|
||||
|
||||
/* removed #ifdef for hpux defined in /usr/include/model.h */
|
||||
#ifndef _INT16
|
||||
#define _INT16
|
||||
#define _UINT16
|
||||
#endif
|
||||
#ifndef _INT32
|
||||
#define _INT32
|
||||
#endif
|
||||
#define _UINT16
|
||||
#define _UINT32
|
||||
|
||||
/* function classifications */
|
||||
|
Loading…
x
Reference in New Issue
Block a user