33 lines
533 B
Plaintext
33 lines
533 B
Plaintext
/*++
|
||
|
||
Copyright (c) 1998-1999 Microsoft Corporation
|
||
|
||
Module Name:
|
||
|
||
srtest.rc
|
||
|
||
Abstract:
|
||
|
||
SRtest.exe resource file.
|
||
|
||
Author:
|
||
|
||
Paul McDaniel (paulmcd) 23-Jan-2000
|
||
|
||
Revision History:
|
||
|
||
--*/
|
||
|
||
|
||
#include <windows.h>
|
||
#include <bldver.h>
|
||
|
||
#define VER_FILETYPE VFT_DRV
|
||
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
||
#define VER_FILEDESCRIPTION_STR "System Restore TEST\0"
|
||
#define VER_INTERNALNAME_STR "srTEST.exe\0"
|
||
#define VER_ORIGINALFILENAME_STR "srTEST.exe\0"
|
||
|
||
#include <common.ver>
|
||
|
||
|