"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "dll.rc":
6.1.6_vs_6.1.7.
1 #include <windows.h>
2 #include <commctrl.h>
3
4 VS_VERSION_INFO VERSIONINFO
5 FILEVERSION 6, 12, 100, 489
6 PRODUCTVERSION 6, 12, 100, 489
7 FILEOS VOS__WINDOWS32
8 FILETYPE VFT_APP
9 {
10 BLOCK "StringFileInfo"
11 {
12 BLOCK "040904E4"
13 {
14 VALUE "CompanyName", "Alexander Roshal\0"
15 VALUE "ProductName", "RAR decompression library\0"
16 VALUE "FileDescription", "RAR decompression library\0"
17 VALUE "FileVersion", "6.12.0\0"
18 VALUE "ProductVersion", "6.12.0\0"
19 VALUE "LegalCopyright", "Copyright © Alexander Roshal 1993-2022\0"
20 VALUE "OriginalFilename", "Unrar.dll\0"
21 }
22 }
23 BLOCK "VarFileInfo"
24 {
25 VALUE "Translation", 0x0409, 0x04E4
26 }
27 }
28