1 Commits
2.0.4 ... 2.0.5

Author SHA1 Message Date
Martin
35c2d67bcf Fix compilation with the various omission compile definitions 2017-03-13 19:49:01 +01:00

View File

@@ -4,6 +4,8 @@
/* ------------------- ZIP archive reading/writing */
#ifndef MINIZ_NO_ARCHIVE_APIS
#ifdef __cplusplus
extern "C" {
#endif
@@ -406,3 +408,5 @@ void *mz_zip_extract_archive_file_to_heap_v2(const char *pZip_filename, const ch
#ifdef __cplusplus
}
#endif
#endif /* MINIZ_NO_ARCHIVE_APIS */