windows-nt/Source/XPSP1/NT/admin/pchealth/sr/test/srtest/srtest.rc
2020-09-26 16:20:57 +08:00

33 lines
533 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
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>