diff --git a/csbindgen/src/emitter.rs b/csbindgen/src/emitter.rs index 0212942..f062b04 100644 --- a/csbindgen/src/emitter.rs +++ b/csbindgen/src/emitter.rs @@ -376,6 +376,7 @@ namespace {namespace} fn convert_token_enum_repr(repr: &str) -> &str { match repr { + "(C)" => "uint", "(u8)" => "byte", "(u16)" => "ushort", "(u32)" => "uint",