rufus/.mingw
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
..
Makefile.am [iso] fix a crash when parsing Windows ISOs with MinGW x86_32 2023-07-02 13:15:51 +01:00
Makefile.in [iso] fix a crash when parsing Windows ISOs with MinGW x86_32 2023-07-02 13:15:51 +01:00
dwmapi.def [core] drop direct hooking into dwmapi DLL and use delay-loading instead 2022-04-12 13:55:33 +01:00
wintrust.def [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00