]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unzip.c
*** empty log message ***
[wxWidgets.git] / src / common / unzip.c
index 4faeb06a332d3ce198e75816b247962cfcd48d26..ea45682d966f2eabe5ce5b08c93b9adf3e9e98f8 100644 (file)
@@ -4,9 +4,14 @@
    Read unzip.h for more info
 */
 
+#if 0   
+for what compiler ?
 #if !defined(__VISAGECPP__)
 #   pragma warning(disable:4001)    /* non standard extension used: single line comment */
 #endif
+#endif
+
+
 #include "wx/setup.h"
 
 #if wxUSE_ZLIB && wxUSE_ZIPSTREAM
@@ -138,7 +143,7 @@ typedef struct
 } unz_s;
 
 #if defined (__VISAGECPP__)
-// VA always requires prototypes
+/* VA always requires prototypes */
 int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
 #endif
 
@@ -1310,7 +1315,7 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf)
 
 #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 */