Diff for /np2/win9x/dialog/dialogs.h between versions 1.12 and 1.13

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)

Removed from v.1.12  
changed lines
  Added in v.1.13


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