This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / Mono.PEToolkit / build / srcgen / bitconv-types.xml
1 <types>\r
2         <type name="Int16" short="short" size="2"/>\r
3         <type name="UInt16" short="ushort" size="2"/>\r
4 \r
5         <type name="Int32" short="int" size="4"/>\r
6         <type name="UInt32" short="uint" size="4"/>\r
7 \r
8         <type name="Int64" short="long" size="8"/>\r
9         <type name="UInt64" short="ulong" size="8"/>\r
10 </types>