We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da37afb commit 083bcd8Copy full SHA for 083bcd8
src/Generator/Passes/SymbolsCodeGenerator.cs
@@ -21,6 +21,8 @@ public SymbolsCodeGenerator(BindingContext context, IEnumerable<TranslationUnit>
21
ScopeKind = TypePrintScopeKind.Qualified,
22
ResolveTypedefs = true
23
};
24
+
25
+ cppTypePrinter.PushContext(TypePrinterContextKind.Native);
26
}
27
28
public override void Process()
0 commit comments