]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unzip.h
mimetype.cpp/.h split into unix,mac,msw
[wxWidgets.git] / src / common / unzip.h
index 9907959c55b8b0e0401816631125ece475afd2ce..cb37bef3254c09fd70a5831e64f51d5707ce57e0 100644 (file)
@@ -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*);