--- np2/win9x/dialog/dialogs.h 2005/03/20 13:12:50 1.6 +++ np2/win9x/dialog/dialogs.h 2005/03/20 23:48:03 1.7 @@ -24,7 +24,7 @@ extern const TCHAR str_int6[]; SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0) #define GetDlgItemCheck(a, b) \ - (((int)SendDlgItemMessage((a), (b), BM_GETCHECK, 0, 0))?1:0) + (((int)SendDlgItemMessage((a), (b), BM_GETCHECK, 0, 0)) != 0) #define AVE(a, b) \ (((a) + (b)) / 2)