windows-nt/Source/XPSP1/NT/admin/pchealth/sr/test/srtest/srtest.rc

33 lines
533 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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>