You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
867 B
28 lines
867 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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"
|