Bladeren bron

support Haxe up to version 8999

Simon Krajewski 8 jaren geleden
bovenliggende
commit
87da311090
6 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 1 1
      std/cpp/zip/Compress.hx
  2. 1 1
      std/cpp/zip/Flush.hx
  3. 1 1
      std/cpp/zip/Uncompress.hx
  4. 1 1
      std/neko/zip/Compress.hx
  5. 1 1
      std/neko/zip/Flush.hx
  6. 1 1
      std/neko/zip/Uncompress.hx

+ 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