diff options
| -rw-r--r-- | contrib/minizip/mztools.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/minizip/mztools.h b/contrib/minizip/mztools.h index 88b3459..a49a426 100644 --- a/contrib/minizip/mztools.h +++ b/contrib/minizip/mztools.h | |||
| @@ -28,4 +28,10 @@ extern int ZEXPORT unzRepair(const char* file, | |||
| 28 | uLong* nRecovered, | 28 | uLong* nRecovered, |
| 29 | uLong* bytesRecovered); | 29 | uLong* bytesRecovered); |
| 30 | 30 | ||
| 31 | |||
| 32 | #ifdef __cplusplus | ||
| 33 | } | ||
| 34 | #endif | ||
| 35 | |||
| 36 | |||
| 31 | #endif | 37 | #endif |
