--- np2/win9x/dialog/dialogs.h 2007/12/16 14:58:25 1.12 +++ np2/win9x/dialog/dialogs.h 2007/12/17 14:52:56 1.13 @@ -28,7 +28,6 @@ typedef struct tagCBNParam CBNPARAM; typedef struct tagCBNParam *PCBNPARAM; typedef const struct tagCBNParam *PCCBNPARAM; -extern const TCHAR str_nc[]; #define SetDlgItemCheck(a, b, c) \ SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0)