mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 01:45:12 -04:00
[misc] various small improvements
* Less scary message from bad blocks * Better error report for read/write_sectors * Fix a WDK warning
This commit is contained in:
parent
261834e31f
commit
8dc5429d9f
5 changed files with 11 additions and 9 deletions
|
@ -944,7 +944,7 @@ BOOL IsShown(HWND hDlg)
|
|||
LONG GetEntryWidth(HWND hDropDown, const char *entry)
|
||||
{
|
||||
HDC hDC;
|
||||
HFONT hFont, hDefFont;
|
||||
HFONT hFont, hDefFont = NULL;
|
||||
SIZE size;
|
||||
WCHAR* wentry = NULL;
|
||||
int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue