Diff for /np2/win9x/dialog/dialogs.h between versions 1.10 and 1.11

version 1.10, 2007/11/11 07:11:28 version 1.11, 2007/11/11 11:00:02
Line 27  typedef struct tagCBParam  *PCBPARAM; Line 27  typedef struct tagCBParam  *PCBPARAM;
 typedef const struct tagCBParam *PCCBPARAM;  typedef const struct tagCBParam *PCCBPARAM;
   
 extern const TCHAR str_nc[];  extern const TCHAR str_nc[];
 extern const TCHAR str_int0[];  
 extern const TCHAR str_int1[];  
 extern const TCHAR str_int2[];  
 extern const TCHAR str_int4[];  
 extern const TCHAR str_int5[];  
 extern const TCHAR str_int6[];  
   
 #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.10  
changed lines
  Added in v.1.11


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