mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 17:55:39 +00:00
Added missing types to list of non-CLSCompliant types.
This commit is contained in:
parent
310b36ac65
commit
51179c6518
|
@ -189,6 +189,9 @@ namespace Bind.Structures
|
||||||
case "uint":
|
case "uint":
|
||||||
case "ulong":
|
case "ulong":
|
||||||
case "uintptr":
|
case "uintptr":
|
||||||
|
case "uint16":
|
||||||
|
case "uint32":
|
||||||
|
case "uint64":
|
||||||
compliant = false;
|
compliant = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue