mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
14 lines
489 B
Text
14 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>
|