|
@@ -35,7 +35,7 @@ package haxe.io;
|
|
#elseif cs
|
|
#elseif cs
|
|
typedef BytesData = cs.NativeArray<cs.StdTypes.UInt8>;
|
|
typedef BytesData = cs.NativeArray<cs.StdTypes.UInt8>;
|
|
#elseif python
|
|
#elseif python
|
|
- typedef BytesData = python.lib.Types.ByteArray;
|
|
|
|
|
|
+ typedef BytesData = python.lib.Types.ByteArray;
|
|
#else
|
|
#else
|
|
typedef BytesData = Array<Int>;
|
|
typedef BytesData = Array<Int>;
|
|
#end
|
|
#end
|