rufus/.vs
Mohmed abdel-fattah 9b3c11122b
[misc] reinstate delay-loading of wininet and virtdisk DLLs
* Per #2272 and #1877, MinGW has issues when delay loading libraries, but
  it is possible to apply a workaround to alleviate them, by redefining
  DECLSPEC_IMPORT before including the corresponding headers.
* This is a bit more tricky to accomplish for virtdisk, as MinGW's windows.h
  header does include virtdisk.h on its own (rather than expect a formal
  include as MSVC does), so we have to prevent the virtdisk.h inclusion
  first, by defining a macro, and then apply our workaround.
* Per https://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/ea87573f-65ea-44a2-b4bb-ca96c0a136ab%40akeo.ie/#msg58793876
  we are hoping that this should be a temporary workaround and that the root
  cause of the issue will be fixed in binutils.
* Closes #2513.
2024-07-13 17:43:40 +01:00
..
Generate.PDB.props [misc] generate PDBs for Visual Studio builds 2023-01-30 19:21:08 +00:00
bled.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
bled.vcxproj.filters [cmp] add support for Ventoy Sparse Image (.vtsi) 2021-06-22 19:08:33 +01:00
ext2fs.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
ext2fs.vcxproj.filters [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
getopt.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
getopt.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio-driver.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
libcdio-driver.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio-iso9660.vcxproj [iso] improve Rock Ridge CE handling 2023-03-23 14:47:53 +00:00
libcdio-iso9660.vcxproj.filters [iso] improve Rock Ridge CE handling 2023-03-23 14:47:53 +00:00
libcdio-udf.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
libcdio-udf.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
ms-sys.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
ms-sys.vcxproj.filters [core] improve protective MBR for GPT media 2020-02-19 19:51:32 +00:00
rufus.vcxproj [misc] reinstate delay-loading of wininet and virtdisk DLLs 2024-07-13 17:43:40 +01:00
rufus.vcxproj.filters [misc] rename checksum.c to hash.c 2023-06-11 16:18:26 +01:00
syslinux-libfat.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-libfat.vcxproj.filters [core] add full extraction support for efi.img 2019-04-04 19:12:48 +01:00
syslinux-libinstaller.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-libinstaller.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
syslinux-win.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-win.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00