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

pull/2/head
Mark Adler 13 years ago
parent 06c0e754ce
commit 0458bbf2c0
  1. 6
      contrib/minizip/mztools.h

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

Loading…
Cancel
Save