"Fossies" - the Fresh Open Source Software Archive 
Member "muscle/zlib/zlib/win32/zlib1.rc" (21 Nov 2020, 1138 Bytes) of package /linux/privat/muscle7.62.zip:
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 "zlib1.rc":
7.61_vs_7.62.
1 #include <winver.h>
2 #include "../zlib.h"
3
4 #ifdef GCC_WINDRES
5 VS_VERSION_INFO VERSIONINFO
6 #else
7 VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
8 #endif
9 FILEVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0
10 PRODUCTVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0
11 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
12 #ifdef _DEBUG
13 FILEFLAGS 1
14 #else
15 FILEFLAGS 0
16 #endif
17 FILEOS VOS__WINDOWS32
18 FILETYPE VFT_DLL
19 FILESUBTYPE 0 // not used
20 BEGIN
21 BLOCK "StringFileInfo"
22 BEGIN
23 BLOCK "040904E4"
24 //language ID = U.S. English, char set = Windows, Multilingual
25 BEGIN
26 VALUE "FileDescription", "zlib data compression library\0"
27 VALUE "FileVersion", ZLIB_VERSION "\0"
28 VALUE "InternalName", "zlib1.dll\0"
29 VALUE "LegalCopyright", "(C) 1995-2017 Jean-loup Gailly & Mark Adler\0"
30 VALUE "OriginalFilename", "zlib1.dll\0"
31 VALUE "ProductName", "zlib\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
33 VALUE "Comments", "For more information visit http://www.zlib.net/\0"
34 END
35 END
36 BLOCK "VarFileInfo"
37 BEGIN
38 VALUE "Translation", 0x0409, 1252
39 END
40 END