mirror of https://github.com/mono/CppSharp.git
Browse Source
As enum PrimitiveType is supposed to represent C++ types, having Int32 and UInt32 there is not correct. This patch renames those values to Int and UInt. This doesn't change the behavior, but makes it clearer that the types for 'int' and 'unsigned int' are not necessarily 32 bits.pull/252/head
17 changed files with 35 additions and 35 deletions
Loading…
Reference in new issue