35 lines
557 B
Plaintext
35 lines
557 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sr.rc
|
|
|
|
Abstract:
|
|
|
|
SR.SYS resource file.
|
|
|
|
Author:
|
|
|
|
Paul McDaniel (paulmcd) 23-Jan-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "System Restore Filesystem Filter Driver\0"
|
|
#define VER_INTERNALNAME_STR "sr.sys\0"
|
|
#define VER_ORIGINALFILENAME_STR "sr.sys\0"
|
|
|
|
#include <common.ver>
|
|
|
|
#include <srmsg.rc>
|
|
|