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