X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/076bae67da7d0d6909f4a4f364b8fe04fdf59b9d..6e040042bae080a3fe8907e3772c103deab91c13:/src/common/unzip.h?ds=sidebyside diff --git a/src/common/unzip.h b/src/common/unzip.h index cb37bef325..494beebfc4 100644 --- a/src/common/unzip.h +++ b/src/common/unzip.h @@ -275,7 +275,7 @@ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, the error code */ -#if defined(__VISAGECPP__) +#if defined(__VISAGECPP__) || defined(__BORLANDC__) /*Visualage complains of no prototypes*/ int unzlocal_getByte(FILE* , int*); int strcmpcasenosensitive_internal (const char*, const char*);