ENH: fix ia64 build with aCC

This commit is contained in:
Bill Hoffman 2006-06-27 09:57:02 -04:00
parent 8033e32203
commit 88e3cd53ab
1 changed files with 19 additions and 13 deletions

View File

@ -33,6 +33,12 @@
#include "mf_common.h"
#include "form.h"
/* get around odd bug on aCC and itanium */
#if defined(__hpux) && defined(__ia64)
#define getmaxx __getmaxx
#define getmaxy __getmaxy
#endif
/* form status values */
#define _OVLMODE (0x04) /* Form is in overlay mode */
#define _WINDOW_MODIFIED (0x10) /* Current field window has been modified */