|
|
1.1 ! root 1: /* ! 2: * BTTNCUR.RCV ! 3: * Buttons & Cursors Version 1.1, March 1993 ! 4: * ! 5: * Version resource file for the Button Images and Cursors DLL. ! 6: * ! 7: * Copyright (c)1992-1993 Microsoft Corporation, All Rights Reserved, ! 8: * as applied to redistribution of this source code in source form ! 9: * License is granted to use of compiled code in shipped binaries. ! 10: */ ! 11: ! 12: #ifndef WIN32 ! 13: #include <ver.h> ! 14: #endif ! 15: ! 16: //Default is nodebug ! 17: #ifndef DEBUG ! 18: #define VER_DEBUG 0 ! 19: #else ! 20: #define VER_DEBUG VS_FF_DEBUG ! 21: #endif ! 22: ! 23: VS_VERSION_INFO VERSIONINFO ! 24: FILEVERSION 1,1,0,0 ! 25: PRODUCTVERSION 1,1,0,0 ! 26: FILEFLAGSMASK VS_FFI_FILEFLAGSMASK ! 27: FILEFLAGS VER_DEBUG ! 28: FILEOS VOS_DOS_WINDOWS16 ! 29: FILETYPE VFT_DLL ! 30: FILESUBTYPE VFT_UNKNOWN ! 31: ! 32: BEGIN ! 33: BLOCK "StringFileInfo" ! 34: BEGIN ! 35: BLOCK "040904E4" ! 36: BEGIN ! 37: VALUE "CompanyName", "Microsoft Corporation\0", "\0" ! 38: VALUE "FileDescription", "Microsoft Windows(TM) Standard Button Images and Cursors", "\0" ! 39: VALUE "FileVersion", "1.10\0", "\0" ! 40: VALUE "InternalName", "BTTNCUR.DLL", "\0" ! 41: VALUE "LegalCopyright", "Copyright \251 1993 Microsoft Corp.", "\0" ! 42: VALUE "OriginalFilename","BTTNCUR.DLL", "\0" ! 43: VALUE "ProductName", "Microsoft Windows(TM) Standard Button Images and Cursors", "\0" ! 44: VALUE "ProductVersion", "1.10\0" ! 45: END ! 46: END ! 47: ! 48: BLOCK "VarFileInfo" ! 49: BEGIN ! 50: VALUE "Translation", 0x0409, 0x04E4 ! 51: END ! 52: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.