Diff for /np2/win9x/dialog/dialogs.h between versions 1.6 and 1.7

version 1.6, 2005/03/20 13:12:50 version 1.7, 2005/03/20 23:48:03
Line 24  extern const TCHAR str_int6[]; Line 24  extern const TCHAR str_int6[];
                         SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0)                          SendDlgItemMessage((a), (b), BM_SETCHECK, (c), 0)
   
 #define GetDlgItemCheck(a, b)           \  #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)                                       \  #define AVE(a, b)                                       \
                         (((a) + (b)) / 2)                          (((a) + (b)) / 2)

Removed from v.1.6  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>