--- np2/macosx/np2.h 2004/03/02 23:23:06 1.15 +++ np2/macosx/np2.h 2004/03/15 05:06:01 1.16 @@ -30,8 +30,12 @@ typedef struct { BYTE resume; BYTE toolwin; +#if defined(SUPPORT_KEYDISP) + BYTE keydisp; +#endif BYTE jastsnd; BYTE I286SAVE; + } NP2OSCFG;