]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unzip.h
Committing in .
[wxWidgets.git] / src / common / unzip.h
index cb37bef3254c09fd70a5831e64f51d5707ce57e0..494beebfc4754d6542142d7047248c0011db52f0 100644 (file)
@@ -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*);