瀏覽代碼

flash9 : no remoting yet

Nicolas Cannasse 19 年之前
父節點
當前提交
e52302851c
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      std/haxe/ImportAll.hx

+ 4 - 5
std/haxe/ImportAll.hx

@@ -24,9 +24,6 @@
  */
 package haxe;
 
-#if flash9
-#else true
-
 // std
 import Array;
 import Date;
@@ -56,6 +53,8 @@ import haxe.Template;
 import haxe.Timer;
 import haxe.Unserializer;
 
+#if !flash9
+
 import haxe.remoting.AsyncConnection;
 import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncProxy;
@@ -74,13 +73,13 @@ import haxe.remoting.SocketBuffer;
 import haxe.remoting.SocketConnection;
 #end
 
+#end // flash9
+
 import haxe.unit.TestCase;
 import haxe.unit.TestResult;
 import haxe.unit.TestRunner;
 import haxe.unit.TestStatus;
 
-#end
-
 #if flash9
 
 // generated by haxe