ENH: fix ia64 build with aCC
This commit is contained in:
parent
8033e32203
commit
88e3cd53ab
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user