1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/.vs
Pete Batard f9370e002e
[iso] fix a crash when parsing Windows ISOs with MinGW x86_32
* MinGW32's delay loading functionality is not yet up to par with MSVC's and especially, for
  some libraries (wininet, virtdisk) attempting to delay load them simply crashes the runtime.
* This results in the MinGW32 version of the app crashing when selecting a Windows ISO, as we
  will then try to mount the ISO using virtdisk to poke the build version. Note that this crash
  does not happen with the MinGW64 version or with MSVC.
* Closes #2272.
* Also fix a Coverity warning in SaveImageThread() and improve the VHD saving code.
2023-07-02 13:15:51 +01:00
..
bled.vcxproj
bled.vcxproj.filters
ext2fs.vcxproj
ext2fs.vcxproj.filters
Generate.PDB.props
getopt.vcxproj
getopt.vcxproj.filters
libcdio-driver.vcxproj
libcdio-driver.vcxproj.filters
libcdio-iso9660.vcxproj
libcdio-iso9660.vcxproj.filters
libcdio-udf.vcxproj
libcdio-udf.vcxproj.filters
ms-sys.vcxproj
ms-sys.vcxproj.filters
rufus.vcxproj
rufus.vcxproj.filters
syslinux-libfat.vcxproj
syslinux-libfat.vcxproj.filters
syslinux-libinstaller.vcxproj
syslinux-libinstaller.vcxproj.filters
syslinux-win.vcxproj
syslinux-win.vcxproj.filters