2025-04-27 07:49:33 -04:00

29 lines
867 B
Plaintext

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: fdc.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Toshiba 3-mode floppy controller (Desktop Type B)"
#define VER_INTERNALNAME_STR "fdc"
#define VER_ORIGINALFILENAME_STR "tosdfdc2.sys"
#undef VER_COMPANYNAME_STR
#define VER_COMPANYNAME_STR "Toshiba Corp."
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) Toshiba Corp. 1998. Copyright (C) Microsoft Corp. " VER_LEGALCOPYRIGHT_YEARS
#define VER_LANGNEUTRAL
#include "common.ver"