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

version 1.15, 2005/04/05 09:12:24 version 1.17, 2007/01/08 07:52:01
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 = (HINSTANCE)GetWindowLongPtr(hWnd, GWLP_HINSTANCE);
         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.17


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