mirror of https://github.com/mono/CppSharp.git
Browse Source
As enum PrimitiveType is supposed to represent C++ types, having Int64 and UInt64 there is not correct. This patch renames those values to LongLong and ULongLong. This doesn't change the behavior, but makes it clearer that the types for 'long long' and 'unsigned long long' are not necessarily 64 bits. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/252/head
10 changed files with 27 additions and 27 deletions
Loading…
Reference in new issue