|
|
1.1 root 1: 1.1.1.2 ! root 2: #define VERSION "2.20.0000" ! 3: #define BUILDDATE "June 30, 1993" 1.1 root 4: 5: #ifdef DEBUG 1.1.1.2 ! root 6: #define STFABOUTMSG "Microsoft Setup for Windows NT\n\nJune 30, 1993\nVersion 2.20.0000 - Debug\n\nCopyright (C) 1991, 1993 Microsoft Corporation." 1.1 root 7: #else /* !DEBUG */ 1.1.1.2 ! root 8: #define STFABOUTMSG "Microsoft Setup for Windows NT\nVersion 2.2\n\nCopyright (C) 1991, 1993 Microsoft Corporation." 1.1 root 9: #endif /* !DEBUG */ 10: 11: 12: 13: #ifdef RC_INVOKED 14: 1.1.1.2 ! root 15: #if defined(WIN16) 1.1 root 16: #include <ver.h> 1.1.1.2 ! root 17: #else ! 18: #include <winver.h> ! 19: #endif 1.1 root 20: 1.1.1.2 ! root 21: #define VER_FILEVERSION_STR "2.2\0" ! 22: #define VER_FILEVERSION 2,20,0,0 1.1 root 23: 1.1.1.2 ! root 24: #define VER_PRODUCTNAME_STR "Microsoft Setup for Windows NT\0" 1.1 root 25: #define VER_COMPANYNAME_STR "Microsoft Corporation\0" 1.1.1.2 ! root 26: #define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0" ! 27: #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991, 1993\0" ! 28: #define VER_PRODUCTVERSION_STR "2.1\0" ! 29: #define VER_PRODUCTVERSION 2,10,0,45 ! 30: #define VER_COMMENT_STR "Windows NT Setup Toolkit (Poof)\0" 1.1 root 31: #define VER_FILETYPE VFT_DLL 32: #define VER_FILESUBTYPE 0 33: #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK 34: #define VER_FILEFLAGS 0L 1.1.1.2 ! root 35: #define VER_FILEOS VOS_NT_WINDOWS32 1.1 root 36: 1.1.1.2 ! root 37: #endif /* RC_INVOKED */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.