Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/************************************************************************* * * * 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>
|