Browse Source

added support for more platforms

Nicolas Cannasse 9 years ago
parent
commit
5f896186c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/remoting/HttpConnection.hx

+ 1 - 1
std/haxe/remoting/HttpConnection.hx

@@ -68,7 +68,7 @@ class HttpConnection implements Connection implements Dynamic<Connection> {
 		return new haxe.Unserializer(data).unserialize();
 		return new haxe.Unserializer(data).unserialize();
 	}
 	}
 
 
-	#if (js || neko || php)
+	#if !flash
 
 
 	public static function urlConnect( url : String ) {
 	public static function urlConnect( url : String ) {
 		return new HttpConnection(url,[]);
 		return new HttpConnection(url,[]);