Ver código fonte

completed flash9 remoting support.

Nicolas Cannasse 19 anos atrás
pai
commit
2f716e00f3
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      std/haxe/ImportAll.hx

+ 2 - 2
std/haxe/ImportAll.hx

@@ -58,7 +58,7 @@ import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncProxy;
 import haxe.remoting.AsyncProxy;
 import haxe.remoting.Connection;
 import haxe.remoting.Connection;
 import haxe.remoting.DelayedConnection;
 import haxe.remoting.DelayedConnection;
-#if (flash && !flash9)
+#if flash
 import haxe.remoting.LocalConnection;
 import haxe.remoting.LocalConnection;
 #end
 #end
 import haxe.remoting.Proxy;
 import haxe.remoting.Proxy;
@@ -66,7 +66,7 @@ import haxe.remoting.Proxy;
 import haxe.remoting.Server;
 import haxe.remoting.Server;
 import haxe.remoting.SocketBuffer;
 import haxe.remoting.SocketBuffer;
 #end
 #end
-#if (js || flash9)
+#if js
 #else true
 #else true
 import haxe.remoting.SocketConnection;
 import haxe.remoting.SocketConnection;
 #end
 #end