|
|
1.1 ! root 1: /* ! 2: * OLE2UI.RCV ! 3: * ! 4: * Version resource file for the OLE 2.0 UI Support DLL. ! 5: * ! 6: * Copyright (c)1992-1993 Microsoft Corporation, All Rights Reserved. ! 7: * ! 8: * This file contains the non-localized version data, the U.S. English ! 9: * translation of the localized version data, and templates for the data ! 10: * that needs to be translated. Note that no text in this file should be ! 11: * translated. The text that has to be translated is in the file verlocal.h ! 12: * in the appropriate language subdirectory. ! 13: */ ! 14: ! 15: ! 16: #include <ver.h> ! 17: #include "verlocal.h" ! 18: ! 19: //Default is nodebug ! 20: #ifndef DEBUG ! 21: #define VER_DEBUG 0 ! 22: #else ! 23: #define VER_DEBUG VS_FF_DEBUG ! 24: #endif ! 25: ! 26: VS_VERSION_INFO VERSIONINFO ! 27: #ifdef PUBLISHER ! 28: FILEVERSION 1,0,0,0 ! 29: #else ! 30: FILEVERSION 2,0,0,0 ! 31: #endif ! 32: PRODUCTVERSION 2,0,0,0 ! 33: FILEFLAGSMASK VS_FFI_FILEFLAGSMASK ! 34: FILEFLAGS VER_DEBUG ! 35: FILEOS VOS_DOS_WINDOWS16 ! 36: FILETYPE VFT_DLL ! 37: FILESUBTYPE VFT2_UNKNOWN ! 38: ! 39: BEGIN ! 40: BLOCK "StringFileInfo" ! 41: BEGIN ! 42: BLOCK "040904E4" ! 43: BEGIN ! 44: VALUE "CompanyName", "Microsoft Corporation\0", "\0" ! 45: #ifdef PUBLISHER ! 46: VALUE "FileVersion", "1.00\0", "\0" ! 47: VALUE "InternalName", "PUBOLEUI", "\0" ! 48: VALUE "OriginalFilename","PUBOLEUI.DLL", "\0" ! 49: VALUE "ProductName", "Microsoft Publisher for Windows 2.0", "\0" ! 50: VALUE "ProductVersion", "2.00\0" ! 51: #else ! 52: VALUE "FileVersion", "2.00\0", "\0" ! 53: VALUE "InternalName", "OLE2UI", "\0" ! 54: VALUE "OriginalFilename","OLE2UI.DLL", "\0" ! 55: VALUE "ProductName", "Microsoft Windows(TM) OLE 2.0 User Interface Support", "\0" ! 56: VALUE "ProductVersion", "2.00\0" ! 57: #endif ! 58: VALUE "FileDescription", "Microsoft Windows(TM) OLE 2.0 User Interface Support", "\0" ! 59: VALUE "LegalCopyright", "Copyright \251 1992-1993 Microsoft Corp. All rights reserved.", "\0" ! 60: END ! 61: ! 62: #ifdef VER_LOC ! 63: /* Template for the localized version data. Only used for ! 64: non-USA versions. */ ! 65: BLOCK szTranslation /* Language and codepage */ ! 66: BEGIN ! 67: VALUE "CompanyName", szzCompanyName ! 68: #ifdef PUBLISHER ! 69: VALUE "FileVersion", "1.00\0", "\0" ! 70: VALUE "InternalName", "PUBOLEUI", "\0" ! 71: VALUE "OriginalFilename","PUBOLEUI.DLL", "\0" ! 72: VALUE "ProductVersion", "2.00\0" ! 73: #else ! 74: VALUE "FileVersion", "2.00\0", "\0" ! 75: VALUE "InternalName", "OLE2UI", "\0" ! 76: VALUE "OriginalFilename","OLE2UI.DLL", "\0" ! 77: VALUE "ProductVersion", "2.00\0" ! 78: #endif ! 79: VALUE "FileDescription", szzFileDescription ! 80: VALUE "LegalCopyright", szzLegalCopyright ! 81: VALUE "ProductName", szzProductName ! 82: END ! 83: #endif ! 84: END ! 85: ! 86: BLOCK "VarFileInfo" ! 87: BEGIN ! 88: VALUE "Translation", wLanguage, 0x04E4 ! 89: END ! 90: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.