--- np2/win9x/ini.cpp 2005/05/16 06:08:22 1.41 +++ np2/win9x/ini.cpp 2006/12/24 07:53:01 1.42 @@ -536,7 +536,9 @@ static const PFTBL iniitem[] = { PFVAL("force400", PFRO_BOOL, &np2oscfg.force400), PFVAL("e_resume", PFTYPE_BOOL, &np2oscfg.resume), PFVAL("STATSAVE", PFRO_BOOL, &np2oscfg.statsave), +#if !defined(_WIN64) PFVAL("nousemmx", PFTYPE_BOOL, &np2oscfg.disablemmx), +#endif PFVAL("windtype", PFTYPE_UINT8, &np2oscfg.wintype), PFVAL("toolwind", PFTYPE_BOOL, &np2oscfg.toolwin), PFVAL("keydispl", PFTYPE_BOOL, &np2oscfg.keydisp),