git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3744
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
} 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
-// 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 */