mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
c1f22c88ca
Move the fdc and flpydrv drivers into the floppy directory.
14 lines
488 B
Plaintext
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>
|