Skip to content

Commit 0a5c7c5

Browse files
committed
Pre TransformInterfaces Commit
for rollback purposes
1 parent bb29617 commit 0a5c7c5

File tree

2 files changed

+699
-144
lines changed

2 files changed

+699
-144
lines changed

generator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"ChangeNamespace": {
5050
"Mappings": {
5151
"TerraFX.Interop.Windows(.*)": "Silk.NET.Win32$1",
52-
"TerraFX.Interop.(?!Windows)(.*)": "Silk.NET$1"
52+
"TerraFX.Interop(?!.Windows)(.*)": "Silk.NET$1"
5353
}
5454
},
5555
"TransformCOM": {
5656
"BaseTypes": {
57-
"IUnknown.Interface": "Silk.NET.Windows.IUnknown.Interface"
57+
"IUnknown.Interface": "Silk.NET.Win32.IUnknown.Interface"
5858
}
5959
},
6060
"DisableWarnings": {

0 commit comments

Comments
 (0)