[misc] fix MinGW compilation

* Updated header was missing from previous commit
This commit is contained in:
Pete Batard 2019-05-02 16:03:15 +01:00
parent 5ae6e4f494
commit a696e041e1
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* Rufus: The Reliable USB Formatting Utility
* Formatting function calls
* Copyright © 2007-2009 Tom Thornhill/Ridgecrop
* Copyright © 2011-2018 Pete Batard <pete@akeo.ie>
* Copyright © 2011-2019 Pete Batard <pete@akeo.ie>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <windows.h>
#include <winioctl.h> // for MEDIA_TYPE
#include <winioctl.h> // for MEDIA_TYPE
#include "ext2fs/ext2fs.h"
@ -170,3 +170,4 @@ typedef struct {
} ext2fs_default_t;
extern io_manager nt_io_manager(void);
extern DWORD ext2_last_winerror(DWORD default_error);

View File

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 3.6.1530"
CAPTION "Rufus 3.6.1531"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -394,8 +394,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1530,0
PRODUCTVERSION 3,6,1530,0
FILEVERSION 3,6,1531,0
PRODUCTVERSION 3,6,1531,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -413,13 +413,13 @@ BEGIN
VALUE "Comments", "https://akeo.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "3.6.1530"
VALUE "FileVersion", "3.6.1531"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2019 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus-3.6.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.6.1530"
VALUE "ProductVersion", "3.6.1531"
END
END
BLOCK "VarFileInfo"