mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:15:36 +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 "ulong":
|
||||
case "uintptr":
|
||||
case "uint16":
|
||||
case "uint32":
|
||||
case "uint64":
|
||||
compliant = false;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue