1/* 2 * PROJECT: ReactOS Floppy Disk Controller Driver 3 * LICENSE: GNU GPLv2 only as published by the Free Software Foundation 4 * FILE: drivers/storage/fdc/fdc/fdc.rc 5 * PURPOSE: Resource definition file 6 * PROGRAMMERS: Eric Kohl 7 */ 8 9#define REACTOS_VERSION_DLL 10#define REACTOS_STR_FILE_DESCRIPTION "Floppy Disk Controller Driver\0" 11#define REACTOS_STR_INTERNAL_NAME "fdc\0" 12#define REACTOS_STR_ORIGINAL_FILENAME "fdc.sys\0" 13#include <reactos/version.rc> 14