removed #ifdef for hpux for _INT16 and _INT32

git-svn-id: svn://10.0.0.236/trunk@45937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgleeson1%netscape.com
1999-09-03 22:14:37 +00:00
parent 947ace5c9f
commit c1e98b4276

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