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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user