mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
e2277b1f02
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.
13 lines
489 B
Text
13 lines
489 B
Text
/*
|
|
* 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>
|