mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 16:31:55 +00:00
Added missing types to list of non-CLSCompliant types.
This commit is contained in:
parent
68c985c6f4
commit
ad17c228be
|
@ -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