Home | History | Annotate | Line # | Download | only in vc9
zlib.rc revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  pgoyette #include <windows.h>
      2  1.1.1.1.4.2  pgoyette 
      3  1.1.1.1.4.2  pgoyette #define IDR_VERSION1  1
      4  1.1.1.1.4.2  pgoyette IDR_VERSION1	VERSIONINFO	MOVEABLE IMPURE LOADONCALL DISCARDABLE
      5  1.1.1.1.4.2  pgoyette   FILEVERSION	 1, 2, 10, 0
      6  1.1.1.1.4.2  pgoyette   PRODUCTVERSION 1, 2, 10, 0
      7  1.1.1.1.4.2  pgoyette   FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK
      8  1.1.1.1.4.2  pgoyette   FILEFLAGS	0
      9  1.1.1.1.4.2  pgoyette   FILEOS	VOS_DOS_WINDOWS32
     10  1.1.1.1.4.2  pgoyette   FILETYPE	VFT_DLL
     11  1.1.1.1.4.2  pgoyette   FILESUBTYPE	0	// not used
     12  1.1.1.1.4.2  pgoyette BEGIN
     13  1.1.1.1.4.2  pgoyette   BLOCK "StringFileInfo"
     14  1.1.1.1.4.2  pgoyette   BEGIN
     15  1.1.1.1.4.2  pgoyette     BLOCK "040904E4"
     16  1.1.1.1.4.2  pgoyette     //language ID = U.S. English, char set = Windows, Multilingual
     17  1.1.1.1.4.2  pgoyette 
     18  1.1.1.1.4.2  pgoyette     BEGIN
     19  1.1.1.1.4.2  pgoyette       VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
     20  1.1.1.1.4.2  pgoyette       VALUE "FileVersion",	"1.2.10\0"
     21  1.1.1.1.4.2  pgoyette       VALUE "InternalName",	"zlib\0"
     22  1.1.1.1.4.2  pgoyette       VALUE "OriginalFilename",	"zlibwapi.dll\0"
     23  1.1.1.1.4.2  pgoyette       VALUE "ProductName",	"ZLib.DLL\0"
     24  1.1.1.1.4.2  pgoyette       VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
     25  1.1.1.1.4.2  pgoyette       VALUE "LegalCopyright", "(C) 1995-2017 Jean-loup Gailly & Mark Adler\0"
     26  1.1.1.1.4.2  pgoyette     END
     27  1.1.1.1.4.2  pgoyette   END
     28  1.1.1.1.4.2  pgoyette   BLOCK "VarFileInfo"
     29  1.1.1.1.4.2  pgoyette   BEGIN
     30  1.1.1.1.4.2  pgoyette     VALUE "Translation", 0x0409, 1252
     31  1.1.1.1.4.2  pgoyette   END
     32  1.1.1.1.4.2  pgoyette END
     33