--- np2/macos9/np2.h 2004/01/07 08:33:00 1.6 +++ np2/macos9/np2.h 2004/08/16 08:33:02 1.7 @@ -10,7 +10,14 @@ typedef struct { BYTE F11KEY; BYTE F12KEY; + +#if defined(SUPPORT_RESUME) BYTE resume; +#endif +#if defined(SUPPORT_STATSAVE) + BYTE statsave; +#endif + BYTE jastsnd; BYTE I286SAVE; } NP2OSCFG;