File:  [WindowsNT SDKs] / mstools / mssetup / intldll / setupexe / bldver.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:25:17 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993


#define  VERSION    "2.20.0000"
#define  BUILDDATE  "June 30, 1993"

#ifdef DEBUG
#define  STFABOUTMSG  "Microsoft Setup for Windows NT\n\nJune 30, 1993\nVersion 2.20.0000 - Debug\n\nCopyright (C) 1991, 1993 Microsoft Corporation."
#else  /* !DEBUG */
#define  STFABOUTMSG  "Microsoft Setup for Windows NT\nVersion 2.2\n\nCopyright (C) 1991, 1993 Microsoft Corporation."
#endif /* !DEBUG */



#ifdef RC_INVOKED

#if defined(WIN16)
#include <ver.h>
#else 
#include <winver.h>
#endif

#define VER_FILEVERSION_STR      "2.2\0"
#define VER_FILEVERSION          2,20,0,0

#define VER_PRODUCTNAME_STR      "Microsoft Setup for Windows NT\0"
#define VER_COMPANYNAME_STR      "Microsoft Corporation\0"
#define VER_LEGALTRADEMARKS_STR  "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_STR   "Copyright \251 Microsoft Corp. 1991, 1993\0"
#define VER_PRODUCTVERSION_STR   "2.1\0"
#define VER_PRODUCTVERSION       2,10,0,45
#define VER_COMMENT_STR          "Windows NT Setup Toolkit (Poof)\0"
#define VER_FILETYPE             VFT_DLL
#define VER_FILESUBTYPE          0
#define VER_FILEFLAGSMASK        VS_FFI_FILEFLAGSMASK
#define VER_FILEFLAGS            0L
#define VER_FILEOS               VOS_NT_WINDOWS32

#endif /* RC_INVOKED */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.