| version 1.13, 2006/12/24 00:52:30 | version 1.14, 2006/12/24 07:53:01 | 
| Line 94  static void cfgcreate(HWND hWnd) { | Line 94  static void cfgcreate(HWND hWnd) { | 
 | else { | else { | 
 | SetDlgItemCheck(hWnd, IDC_DISABLEMMX, np2oscfg.disablemmx); | SetDlgItemCheck(hWnd, IDC_DISABLEMMX, np2oscfg.disablemmx); | 
 | } | } | 
 | #else |  | 
 | EnableWindow(GetDlgItem(hWnd, IDC_DISABLEMMX), FALSE); |  | 
 | SetDlgItemCheck(hWnd, IDC_DISABLEMMX, FALSE); |  | 
 | #endif | #endif | 
 | SetDlgItemCheck(hWnd, IDC_COMFIRM, np2oscfg.comfirm); | SetDlgItemCheck(hWnd, IDC_COMFIRM, np2oscfg.comfirm); | 
 | SetDlgItemCheck(hWnd, IDC_RESUME, np2oscfg.resume); | SetDlgItemCheck(hWnd, IDC_RESUME, np2oscfg.resume); |