diff options
| author | Josh Ferrell <negasora@gmail.com> | 2018-07-30 18:56:40 -0400 |
|---|---|---|
| committer | Josh Ferrell <negasora@gmail.com> | 2018-07-30 18:56:40 -0400 |
| commit | c83c029027c153b6c9c60d1e8f35b68023e93522 (patch) | |
| tree | f8b62e060fcc84ea790d31ea82a501861ceadb29 | |
| parent | b8f49d5fecc354ad25533efad8660f4c07b9879b (diff) | |
Added WideCharTypeClass to BNTypeClass enum
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 99f14f4e..58f53997 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -502,7 +502,8 @@ extern "C" FunctionTypeClass = 8, VarArgsTypeClass = 9, ValueTypeClass = 10, - NamedTypeReferenceClass = 11 + NamedTypeReferenceClass = 11, + WideCharTypeClass = 12 }; enum BNNamedTypeReferenceClass |
