windows-nt/Source/XPSP1/NT/enduser/stuff/itss/version.rc

31 lines
1.6 KiB
Plaintext
Raw Normal View History

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