From e3ba2a10cacd2e7786cecfa12466df544747ff7c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 4 Mar 2012 09:46:25 -0800 Subject: Fix contrib/vstudio project link errors [Mohanathas]. --- contrib/vstudio/vc9/zlibvc.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/vstudio/vc9/zlibvc.def') diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index b4bb8f6..0c6d774 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def @@ -1,7 +1,7 @@ LIBRARY ; zlib data compression and ZIP file I/O library -VERSION 1.24 +VERSION 1.2.7 EXPORTS adler32 @1 @@ -132,5 +132,6 @@ EXPORTS ; zlib1 v1.2.6 added: gzgetc_ @161 + gzflags @162 inflateResetKeep @163 deflateResetKeep @164 -- cgit v1.2.3-55-g6feb