Diff for /np2/win9x/dialog/d_disk.cpp between versions 1.15 and 1.16

version 1.15, 2005/04/05 09:12:24 version 1.16, 2006/12/24 00:52:30
Line 351  const OEMCHAR *ext; Line 351  const OEMCHAR *ext;
         if (!dlgs_selectwritefile(hWnd, &newdiskui, path, NELEMENTS(path))) {          if (!dlgs_selectwritefile(hWnd, &newdiskui, path, NELEMENTS(path))) {
                 return;                  return;
         }          }
         hinst = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE);          hinst = GetWindowInst(hWnd);
         ext = file_getext(path);          ext = file_getext(path);
         if (!file_cmpname(ext, str_thd)) {          if (!file_cmpname(ext, str_thd)) {
                 hddsize = 0;                  hddsize = 0;

Removed from v.1.15  
changed lines
  Added in v.1.16


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