[CLASSPNP][DISK_NEW][CDROM_NEW] Remove the drivers

Due to WDK/DDK licensing issues

CORE-17129
This commit is contained in:
Victor Perevertkin 2020-08-28 05:44:08 +03:00
parent 3da77f9173
commit c57350e295
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
43 changed files with 0 additions and 51483 deletions

View file

@ -1,23 +0,0 @@
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: disk.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "PnP Disk Driver"
#define VER_INTERNALNAME_STR "scsidisk.sys"
#define VER_ORIGINALFILENAME_STR "scsidisk.sys"
#define VER_LANGNEUTRAL
#include "common.ver"