Fix bug when compiling minizip with C++ [Vollant].

This commit is contained in:
Mark Adler 2012-01-21 11:50:36 -08:00
parent 06c0e754ce
commit 0458bbf2c0

View File

@ -28,4 +28,10 @@ extern int ZEXPORT unzRepair(const char* file,
uLong* nRecovered,
uLong* bytesRecovered);
#ifdef __cplusplus
}
#endif
#endif