|
|
| version 1.12, 2007/12/16 14:58:25 | version 1.13, 2007/12/17 14:52:56 |
|---|---|
| Line 28 typedef struct tagCBNParam CBNPARAM; | Line 28 typedef struct tagCBNParam CBNPARAM; |
| typedef struct tagCBNParam *PCBNPARAM; | typedef struct tagCBNParam *PCBNPARAM; |
| typedef const struct tagCBNParam *PCCBNPARAM; | typedef const struct tagCBNParam *PCCBNPARAM; |
| extern const TCHAR str_nc[]; | |
| #define SetDlgItemCheck(a, b, c) \ | #define SetDlgItemCheck(a, b, c) \ |
| SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0) | SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0) |