Annotation of mstools/samples/generic/generic.rcv, revision 1.1.1.2

1.1.1.2 ! root        1: 
        !             2: //-----------------------------------------------------------------------------
        !             3: // This is a part of the Microsoft Source Code Samples. 
        !             4: // Copyright (C) 1993 Microsoft Corporation.
        !             5: // All rights reserved. 
        !             6: //  
        !             7: // This source code is only intended as a supplement to 
        !             8: // Microsoft Development Tools and/or WinHelp documentation.
        !             9: // See these sources for detailed information regarding the 
        !            10: // Microsoft samples programs.
        !            11: //-----------------------------------------------------------------------------
        !            12: 
        !            13: #if defined(WIN32) || defined(_WIN32)
1.1       root       14: #include <winver.h>
                     15: #else
                     16: #include <ver.h>
                     17: #endif
                     18: 
                     19: VS_VERSION_INFO VERSIONINFO
1.1.1.2 ! root       20: FILEVERSION     3,3
        !            21: PRODUCTVERSION  3,3
1.1       root       22: FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
                     23: FILEFLAGS       (VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE|VS_FF_DEBUG)
                     24: FILEOS          VOS_DOS_WINDOWS16
                     25: FILETYPE        VFT_APP
                     26: FILESUBTYPE     VFT2_UNKNOWN
                     27: BEGIN
                     28:     BLOCK "StringFileInfo"
                     29:     BEGIN
1.1.1.2 ! root       30:         BLOCK "040904B0"
1.1       root       31:         BEGIN
                     32:             VALUE "CompanyName",     "Microsoft Corporation\0"
                     33:             VALUE "FileDescription", "Generic Example Application\0"
1.1.1.2 ! root       34:             VALUE "FileVersion",     "3.3\0"
1.1       root       35:             VALUE "InternalName",    "Generic\0"
1.1.1.2 ! root       36:             VALUE "LegalCopyright",  "Copyright \251 Microsoft Corp. 1990 - 1993\0"
1.1       root       37:             VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
                     38:             VALUE "ProductName",     "Generic\0"
                     39:             VALUE "ProductVersion",  "3.2\0"
                     40:         END
                     41:     END
                     42: 
                     43:     BLOCK "VarFileInfo"
                     44:     BEGIN
1.1.1.2 ! root       45:         VALUE "Translation", 0x409, 1200
1.1       root       46:     END
                     47: END

unix.superglobalmegacorp.com

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