X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..f427e0d63499522aeeb8360e6a5c748de0a87d92:/src/common/unzip.h diff --git a/src/common/unzip.h b/src/common/unzip.h index 9907959c55..494beebfc4 100644 --- a/src/common/unzip.h +++ b/src/common/unzip.h @@ -1,3 +1,10 @@ +/* + +This file was altered for needs of wxWindows. +$Id$ + +*/ + /* unzip.h -- IO for uncompress .zip files using zlib Version 0.15 beta, Mar 19th, 1998, @@ -268,8 +275,8 @@ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, the error code */ -#if defined(__VISAGECPP__) -//Visualage complains of no prototypes +#if defined(__VISAGECPP__) || defined(__BORLANDC__) +/*Visualage complains of no prototypes*/ int unzlocal_getByte(FILE* , int*); int strcmpcasenosensitive_internal (const char*, const char*); int unzlocal_getShort (FILE*, uLong*);