]> git.lizzy.rs Git - zlib.git/blobdiff - gzguts.h
Don't bother computing check value after successful inflateSync().
[zlib.git] / gzguts.h
index f7287923a9ea58e6dc13fb8839a267488ffcff19..6378d468a258b134420c2434f62de8f0d3fb42ea 100644 (file)
--- a/gzguts.h
+++ b/gzguts.h
@@ -1,5 +1,5 @@
 /* gzguts.h -- zlib internal header definitions for gz* operations
- * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
+ * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
@@ -39,7 +39,7 @@
 #  include <io.h>
 #endif
 
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
 #  define WIDECHAR
 #endif