--- np2/macos9/np2.h 2003/12/04 16:48:15 1.5 +++ np2/macos9/np2.h 2004/08/16 08:33:02 1.7 @@ -10,7 +10,15 @@ 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;