X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ecb30a36fe6c85e60a2d7c6ac2fbec6f0cf98b2..1f7fd1a500e15c05b76779c424373c6fcdc1cb06:/src/common/unzip.c diff --git a/src/common/unzip.c b/src/common/unzip.c index 20d33af180..c78982488c 100644 --- a/src/common/unzip.c +++ b/src/common/unzip.c @@ -144,7 +144,7 @@ typedef struct file if we are decompressing it */ } unz_s; -#if defined (__VISAGECPP__) +#if defined (__VISAGECPP__) || defined(__BORLANDC__) /* VA always requires prototypes */ int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*); #endif