1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/ms-config.h
Pete Batard d1e4ba278b [ntfs] add bootable NTFS support
* NTFS boot records in ms-sys
* also added debug duplication to PrintMessage
* also fixed controls staying enabled during formatting
2012-02-03 18:19:50 +00:00

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 */