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

1.1     ! root        1: #if defined(WIN32)
        !             2: #include <winver.h>
        !             3: #else
        !             4: #include <ver.h>
        !             5: #endif
        !             6: 
        !             7: VS_VERSION_INFO VERSIONINFO
        !             8: FILEVERSION     3,2
        !             9: PRODUCTVERSION  3,2
        !            10: FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
        !            11: FILEFLAGS       (VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE|VS_FF_DEBUG)
        !            12: FILEOS          VOS_DOS_WINDOWS16
        !            13: FILETYPE        VFT_APP
        !            14: FILESUBTYPE     VFT2_UNKNOWN
        !            15: BEGIN
        !            16:     BLOCK "StringFileInfo"
        !            17:     BEGIN
        !            18:         BLOCK "040904E4"
        !            19:         BEGIN
        !            20:             VALUE "CompanyName",     "Microsoft Corporation\0"
        !            21:             VALUE "FileDescription", "Generic Example Application\0"
        !            22:             VALUE "FileVersion",     "3.2\0"
        !            23:             VALUE "InternalName",    "Generic\0"
        !            24:             VALUE "LegalCopyright",  "Copyright \251 Microsoft Corp. 1990 - 1992\0"
        !            25:             VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
        !            26:             VALUE "ProductName",     "Generic\0"
        !            27:             VALUE "ProductVersion",  "3.2\0"
        !            28:         END
        !            29:     END
        !            30: 
        !            31:     BLOCK "VarFileInfo"
        !            32:     BEGIN
        !            33:         VALUE "Translation", 0x409, 1252
        !            34:     END
        !            35: END
        !            36: 
        !            37: 

unix.superglobalmegacorp.com

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