reactos/drivers/storage/floppy/floppy.rc
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

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: Resrouce 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>