You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
565 B
33 lines
565 B
/*++
|
|
|
|
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>
|
|
|
|
|