Read unzip.h for more info
*/
+#if !defined(__VISAGECPP__)
+# pragma warning(disable:4001) /* non standard extension used: single line comment */
+#endif
#include "wx/setup.h"
#if wxUSE_ZLIB && wxUSE_ZIPSTREAM
} unz_s;
#if defined (__VISAGECPP__)
-// VA always requires prototypes
+/* VA always requires prototypes */
int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
#endif
#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;
-#endif // wxUSE_ZLIB && wxUSE_ZIPSTREAM
+#endif /* wxUSE_ZLIB && wxUSE_ZIPSTREAM */