removed #ifdef for hpux for _INT16 and _INT32

This commit is contained in:
mgleeson1%netscape.com 1999-09-03 22:14:37 +00:00
parent fae161d767
commit d40fce9bc1

View File

@ -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 */