| version 1.10, 2007/11/11 07:11:28 | version 1.11, 2007/11/11 11:00:02 | 
| Line 27  typedef struct tagCBParam  *PCBPARAM; | Line 27  typedef struct tagCBParam  *PCBPARAM; | 
 | typedef const struct tagCBParam *PCCBPARAM; | typedef const struct tagCBParam *PCCBPARAM; | 
 |  |  | 
 | extern const TCHAR str_nc[]; | extern const TCHAR str_nc[]; | 
 | extern const TCHAR str_int0[]; |  | 
 | extern const TCHAR str_int1[]; |  | 
 | extern const TCHAR str_int2[]; |  | 
 | extern const TCHAR str_int4[]; |  | 
 | extern const TCHAR str_int5[]; |  | 
 | extern const TCHAR str_int6[]; |  | 
 |  |  | 
 | #define SetDlgItemCheck(a, b, c)        \ | #define SetDlgItemCheck(a, b, c)        \ | 
 | SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0) | SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0) |