X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..617eb021db47c64790700e4b3a0e02c90761cda8:/src/common/unzip.h diff --git a/src/common/unzip.h b/src/common/unzip.h index 9907959c55..cb37bef325 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, @@ -269,7 +276,7 @@ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, */ #if defined(__VISAGECPP__) -//Visualage complains of no prototypes +/*Visualage complains of no prototypes*/ int unzlocal_getByte(FILE* , int*); int strcmpcasenosensitive_internal (const char*, const char*); int unzlocal_getShort (FILE*, uLong*);