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 bb29617 commit 0a5c7c5Copy full SHA for 0a5c7c5
generator.json
@@ -49,12 +49,12 @@
49
"ChangeNamespace": {
50
"Mappings": {
51
"TerraFX.Interop.Windows(.*)": "Silk.NET.Win32$1",
52
- "TerraFX.Interop.(?!Windows)(.*)": "Silk.NET$1"
+ "TerraFX.Interop(?!.Windows)(.*)": "Silk.NET$1"
53
}
54
},
55
"TransformCOM": {
56
"BaseTypes": {
57
- "IUnknown.Interface": "Silk.NET.Windows.IUnknown.Interface"
+ "IUnknown.Interface": "Silk.NET.Win32.IUnknown.Interface"
58
59
60
"DisableWarnings": {
0 commit comments