Browse Source

support Haxe up to version 8999

Simon Krajewski 8 years ago
parent
commit
87da311090

+ 1 - 1
std/cpp/zip/Compress.hx

@@ -21,6 +21,6 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
 #end

+ 1 - 1
std/cpp/zip/Flush.hx

@@ -21,6 +21,6 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
 #end

+ 1 - 1
std/cpp/zip/Uncompress.hx

@@ -21,6 +21,6 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
 #end

+ 1 - 1
std/neko/zip/Compress.hx

@@ -21,6 +21,6 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
 #end

+ 1 - 1
std/neko/zip/Flush.hx

@@ -21,6 +21,6 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
 #end

+ 1 - 1
std/neko/zip/Uncompress.hx

@@ -21,6 +21,6 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 4.0)
+#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
 #end