mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
f144b8c10d
The source code is licensed under MS-PL license, taken from Windows Driver Samples repository (https://github.com/microsoft/Windows-driver-samples/tree/master/storage/class/disk/) Synched with commit 3428c5feaac7c1a5e2a09db0ed93392f7568f9e6 The driver is written for Windows 8+, so we compile it with ntoskrnl_vista statically linked and with NTDDI_WIN8 defined CORE-17129
23 lines
1 KiB
Text
23 lines
1 KiB
Text
/* ------------------------------------------------------------------------- *
|
|
* *
|
|
* Copyright (c) Microsoft Corporation *
|
|
* *
|
|
* Module Name : disk.rc *
|
|
* *
|
|
* Abstract : Resource script for disk.sys *
|
|
* *
|
|
* ------------------------------------------------------------------------- */
|
|
|
|
#include <verrsrc.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 "disk.sys"
|
|
#define VER_ORIGINALFILENAME_STR "disk.sys"
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#include "common.ver"
|
|
|