Diff for /np2/win9x/dialog/d_clnd.cpp between versions 1.3 and 1.4

version 1.3, 2003/10/31 03:40:10 version 1.4, 2004/06/14 13:35:40
Line 29  static const VIRCAL_T vircal[6] = { {IDC Line 29  static const VIRCAL_T vircal[6] = { {IDC
 static void set_cal2dlg(HWND hWnd, const BYTE *cbuf) {  static void set_cal2dlg(HWND hWnd, const BYTE *cbuf) {
   
         int             i;          int             i;
         char    work[8];          TCHAR   work[8];
   
         for (i=0; i<6; i++) {          for (i=0; i<6; i++) {
                 if (i != 1) {                  if (i != 1) {

Removed from v.1.3  
changed lines
  Added in v.1.4


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