Minimum haxe version supported is 3.2.0

This commit is contained in:
Valentin Lemière
2016-10-20 10:34:18 +02:00
parent 6cd72d912c
commit bfc800897e
21 changed files with 24 additions and 240 deletions

View File

@@ -2155,11 +2155,7 @@ class PlatformSetup {
}
#if (haxe_ver > 3.102)
var content = bytes.getString (0, bytes.length);
#else
var content = bytes.readString (0, bytes.length);
#end
var startIndex = content.indexOf ("<section id=\"defines\">");
var endIndex = content.indexOf ("</section>", startIndex);