]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unzip.c
wxDataObejct and related changes (won't compile right now)
[wxWidgets.git] / src / common / unzip.c
index 4faeb06a332d3ce198e75816b247962cfcd48d26..54ced0c33b4b20dd1e3adc318d540eb8b7686b58 100644 (file)
@@ -138,7 +138,7 @@ typedef struct
 } unz_s;
 
 #if defined (__VISAGECPP__)
 } unz_s;
 
 #if defined (__VISAGECPP__)
-// VA always requires prototypes
+/* VA always requires prototypes */
 int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
 #endif
 
 int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
 #endif
 
@@ -1310,7 +1310,7 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf)
 
 #else
 
 
 #else
 
-// the file shouldn't be empty, som compilers don't like it
+/* the file shouldn't be empty, som compilers don't like it */
 static const int dummyVariableInUnzip = 17;
 
 static const int dummyVariableInUnzip = 17;
 
-#endif // wxUSE_ZLIB && wxUSE_ZIPSTREAM
+#endif /* wxUSE_ZLIB && wxUSE_ZIPSTREAM */