mirror of https://github.com/mono/CppSharp.git
Browse Source
CLITypePrinter outputs C++ code, so the proper type to be written for Long and ULong are "long" and "unsigned long", not "int" and "unsigned int". Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/252/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue