Browse Source

UInt defined for flash9doc

Nicolas Cannasse 19 years ago
parent
commit
b17d9f8def
1 changed files with 2 additions and 0 deletions
  1. 2 0
      std/StdTypes.hx

+ 2 - 0
std/StdTypes.hx

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