1//+------------------------------------------------------------------------- 2// 3// Microsoft Windows 4// 5// Copyright (C) Microsoft Corporation, 1996 - 1999 6// 7// File: class.rc 8// 9//-------------------------------------------------------------------------- 10 11#include <verrsrc.h> 12 13#include <ntverp.h> 14 15#define VER_FILETYPE VFT_DRV 16#define VER_FILESUBTYPE VFT2_DRV_SYSTEM 17#define VER_FILEDESCRIPTION_STR "SCSI Class System Dll" 18#define VER_INTERNALNAME_STR "Classpnp.sys" 19#define VER_ORIGINALFILENAME_STR "Classpnp.sys" 20#define VER_LANGNEUTRAL 21 22#include "common.ver" 23