reactos/drivers/storage/floppy/floppy.rc
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00: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: 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>