windows-nt/Source/XPSP1/NT/drivers/storage/fdc/flpydisk/floppy.rc
2020-09-26 16:20:57 +08:00

14 lines
337 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Floppy Driver"
#define VER_INTERNALNAME_STR "floppy.sys"
#define VER_ORIGINALFILENAME_STR "floppy.sys"
#define VER_LANGNEUTRAL
#include "common.ver"