mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
b6252a913a
* also fixes memory leak in syslinux.c * closes #31
8 lines
257 B
C
8 lines
257 B
C
/* Option for Visual Studio and WDK compilation */
|
|
/* For MinGW, use "./configure <option>" instead */
|
|
|
|
/* Embed FreeDOS files and allow FreeDOS support */
|
|
#define WITH_FREEDOS
|
|
|
|
/* SysLinux support, for ISO -> bootable USB */
|
|
#define WITH_SYSLINUX
|