Pro5 update; mustn't un-define _INT16, et al. r=beard

This commit is contained in:
scc%netscape.com 2000-02-07 22:34:09 +00:00
Родитель 7c0fbf6389
Коммит 7a2e7c49ad
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -238,6 +238,7 @@ typedef int (*FARPROC)();
#endif /* TRACEMSG */
/* removed #ifdef for hpux defined in /usr/include/model.h */
#ifndef XP_MAC
#ifndef _INT16
#define _INT16
#endif
@ -246,6 +247,7 @@ typedef int (*FARPROC)();
#endif
#define _UINT16
#define _UINT32
#endif
/* function classifications */