浏览代码

UInt defined for flash9doc

Nicolas Cannasse 19 年之前
父节点
当前提交
b17d9f8def
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      std/StdTypes.hx

+ 2 - 0
std/StdTypes.hx

@@ -33,6 +33,8 @@ extern class Int extends Float { }
 
 
 #if flash9
 #if flash9
 typedef UInt = Int
 typedef UInt = Int
+#else flash9doc
+typedef UInt = Int
 #end
 #end
 
 
 enum Bool {
 enum Bool {