mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
25c7e1a8d0
floppy drives in ReactOS and mount images on them. Only the cmd got imported. The GUI interface may come later on. Note that, as for vcdrom, the driver is left disabled and you need to explicitely start it through vfd command line interface. CORE-14090
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
#define REACTOS_STR_FILE_DESCRIPTION "Virtual Floppy Controler"
|
|
#define REACTOS_STR_INTERNAL_NAME "vfdcmd"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "vfdcmd.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <vfdmsg.rc>
|