From 5592809aedd2d030df6d95d03bba9800e67e039f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 9 Oct 2012 20:49:21 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_zlib.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/delphi/m_zlib.inc b/include/delphi/m_zlib.inc index 6b1ad848e1..527410c1bd 100644 --- a/include/delphi/m_zlib.inc +++ b/include/delphi/m_zlib.inc @@ -96,7 +96,7 @@ type end; function deflateInit(var strm: z_stream; level: Integer): Integer; cdecl; - external ZlibDLL name 'deflateInit'; + external ZlibDLL name 'deflateInit_'; function deflate(var strm: z_stream; flush: Integer): Integer; cdecl; external ZlibDLL name 'deflate'; @@ -105,7 +105,7 @@ function deflateEnd(var strm: z_stream): Integer; cdecl; external ZlibDLL name 'deflateEnd'; function inflateInit(var strm: z_stream): Integer; cdecl; - external ZlibDLL name 'inflateInit'; + external ZlibDLL name 'inflateInit_'; function inflate(var strm: z_stream; flush: Integer): Integer; cdecl; external ZlibDLL name 'inflate'; -- cgit v1.2.3