mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 09:04:27 -04:00

* NTFS boot records in ms-sys * also added debug duplication to PrintMessage * also fixed controls staying enabled during formatting
12 lines
307 B
C
12 lines
307 B
C
/* Option for Visual Studio and WDK compilation */
|
|
/* For MinGW, use "./configure <option>" instead */
|
|
|
|
#if defined(_MSC_VER)
|
|
|
|
/* Embed FreeDOS files and allow FreeDOS support */
|
|
#define WITH_FREEDOS
|
|
|
|
/* SysLinux support, for ISO -> bootable USB */
|
|
#define WITH_SYSLINUX
|
|
|
|
#endif /* _MSC_VER */
|