mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-09 12:31:57 -04:00
![]() * 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
|
||
---|---|---|
.. | ||
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 |