reactos/drivers/storage/floppy/fdc/fdc.rc
Eric Kohl c1f22c88ca [STORAGE] Storage driver cleanup part 5 (last part)
Move the fdc and flpydrv drivers into the floppy directory.
2019-11-30 13:33:32 +01:00

14 lines
488 B
Plaintext

/*
* PROJECT: ReactOS Floppy Disk Controller Driver
* LICENSE: GNU GPLv2 only as published by the Free Software Foundation
* FILE: drivers/storage/fdc/fdc/fdc.rc
* PURPOSE: Resource definition file
* PROGRAMMERS: Eric Kohl
*/
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Floppy Disk Controller Driver\0"
#define REACTOS_STR_INTERNAL_NAME "fdc\0"
#define REACTOS_STR_ORIGINAL_FILENAME "fdc.sys\0"
#include <reactos/version.rc>