Windows2000/private/shell/ext/settings/settings.rcv
2020-09-30 17:12:32 +02:00

18 lines
581 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.

/********************************************************************/
/* SETTINGS.RCV */
/********************************************************************/
#ifdef WIN32
#include <ntverp.h>
#else
#include <version.h>
#endif
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Settings Assistant"
#define VER_INTERNALNAME_STR "SETTINGS"
#define VER_ORIGINALFILENAME_STR "SETTINGS.EXE"
#include <common.ver>