windows-nt/Source/XPSP1/NT/enduser/stuff/itss/version.rc
2020-09-26 16:20:57 +08:00

31 lines
1.6 KiB
Plaintext

/*************************************************************************
* *
* ITSS.RC *
* *
* Copyright (C) Microsoft Corporation 1990-1994 *
* All Rights reserved. *
* *
**************************************************************************
* *
* Module Intent *
* Resource File for ITSS.DLL *
* *
**************************************************************************
* *
* Current Owner: erinfox *
* *
*************************************************************************/
#include <winver.h>
#define VERSIONNAME DLLFILE_ITSS
#if DBG == 1
#define VERSIONDESCRIPTION "InfoTech Storage System (Debug) Library\0"
#else
#define VERSIONDESCRIPTION "InfoTech Storage System Library\0"
#endif
#define VERSIONTYPE VFT_DLL
#define VERSIONSUBTYPE VFT2_UNKNOWN
#include <verinfo.rc>