Hey future Simon, sorry about this but I can't be arsed to think about this right now. Regards Past Simon
@@ -21,6 +21,6 @@
*/
package cpp.zip;
-#if (haxe_ver < 3.4)
+#if (haxe_ver < 4.0)
typedef Compress = haxe.zip.Compress;
#end
typedef Flush = haxe.zip.FlushMode;
typedef Uncompress = haxe.zip.Uncompress;
package neko.zip;