| 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; |