reactos/drivers/storage/floppy_new/floppy.rc
Pierre Schweitzer e2277b1f02
[FLOPPY_NEW] Import the floppy driver from MS GitHub repository
Do not enable it yet, as it doesn't work in ROS for the moment :-(.
Its place in tree is not optimal (it should be with disk/class/etc.),
but I prefer keeping it close to actual driver for now.

All the work has been done so that it compiles and links with ReactOS
SDK though.
2018-12-15 20:04:00 +01:00

14 lines
489 B
Plaintext

/*
* PROJECT: ReactOS Floppy Driver
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/storage/floppy/floppy.rc
* PURPOSE: Resource definition file
* PROGRAMMERS: Vizzini (vizzini@plasmic.com)
*/
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Floppy Disk Controller Driver"
#define REACTOS_STR_INTERNAL_NAME "floppy"
#define REACTOS_STR_ORIGINAL_FILENAME "floppy.sys"
#include <reactos/version.rc>