Added missing types to list of non-CLSCompliant types.
This commit is contained in:
parent
310b36ac65
commit
51179c6518
1 changed files with 3 additions and 0 deletions
|
@ -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