From: Mark Adler Date: Sat, 21 Jan 2012 19:50:36 +0000 (-0800) Subject: Fix bug when compiling minizip with C++ [Vollant]. X-Git-Tag: v1.2.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0458bbf2c0cbc41ff06c4db3da0f63ab0785d801;p=thirdparty%2Fzlib-ng.git Fix bug when compiling minizip with C++ [Vollant]. --- diff --git a/contrib/minizip/mztools.h b/contrib/minizip/mztools.h index 88b34592b..a49a426ec 100644 --- a/contrib/minizip/mztools.h +++ b/contrib/minizip/mztools.h @@ -28,4 +28,10 @@ extern int ZEXPORT unzRepair(const char* file, uLong* nRecovered, uLong* bytesRecovered); + +#ifdef __cplusplus +} +#endif + + #endif