mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-22 10:55:19 -04:00
[misc] update MinGW build chain for msys2
* Use autoconf and automake 1.14 * reinstate parallel build flags * Also fix MinGW warnings and errors
This commit is contained in:
parent
ea28080e0a
commit
e72d6546d1
20 changed files with 2683 additions and 1584 deletions
|
@ -1339,7 +1339,7 @@ SIZE GetTextSize(HWND hCtrl)
|
|||
{
|
||||
SIZE sz = {0, 0};
|
||||
HDC hDC;
|
||||
wchar_t *wstr;
|
||||
wchar_t *wstr = NULL;
|
||||
int len;
|
||||
HFONT hFont;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue