mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[ntfs] add bootable NTFS support
* NTFS boot records in ms-sys * also added debug duplication to PrintMessage * also fixed controls staying enabled during formatting
This commit is contained in:
parent
bb0c0ecb1c
commit
d1e4ba278b
17 changed files with 534 additions and 47 deletions
|
@ -1,8 +1,12 @@
|
|||
/* 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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue