(HACK_EDITRES): Don't define if NO_EDITRES is defined.

This commit is contained in:
Richard M. Stallman
1995-11-11 07:13:56 +00:00
parent 0fdff6bbc2
commit 3b882b1dab

View File

@@ -70,8 +70,9 @@ extern void abort ();
#include "../lwlib/lwlib.h"
/* Do the EDITRES protocol if running X11R5 */
#if (XtSpecificationRelease >= 5)
/* Do the EDITRES protocol if running X11R5
Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */
#if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES)
#define HACK_EDITRES
extern void _XEditResCheckMessages ();
#endif /* R5 + Athena */