Skip to content

Commit

Permalink
cleanup the enum to make sure it validates
Browse files Browse the repository at this point in the history
  • Loading branch information
elachlan committed Nov 7, 2022
1 parent 04a053e commit a62681a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -32194,11 +32194,11 @@
"uses": [
{
"struct": "OLEUIBUSYA",
"parameter": "dwFlags"
"field": "dwFlags"
},
{
"struct": "OLEUIBUSYW",
"parameter": "dwFlags"
"field": "dwFlags"
}
]
},
Expand Down Expand Up @@ -32365,7 +32365,7 @@
{
"interface": "ITypeInfo",
"method": "Invoke",
"field": "wFlags"
"parameter": "wFlags"
}
]
},
Expand All @@ -32382,12 +32382,12 @@
{
"interface": "ITypeInfo",
"method": "GetImplTypeFlags",
"field": "pImplTypeFlags"
"parameter": "pImplTypeFlags"
},
{
"interface": "ITypeInfo",
"interface": "ICreateTypeInfo",
"method": "SetImplTypeFlags",
"field": "ImplTypeFlags"
"parameter": "implTypeFlags"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,8 @@ Windows.Win32.UI.Shell.IQueryAssociations.GetEnum : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.GetKey : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.GetString : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.Init : flags...UInt32 => ASSOCF
# fix mistakes in enums
Windows.Win32.System.Com.ITypeInfo.GetImplTypeFlags : pImplTypeFlags...Int32* => IMPLTYPEFLAGS*
Windows.Win32.System.Ole.OLEUIBUSYA.dwFlags...System.UInt32 => Windows.Win32.System.Ole.BUSY_DIALOG_FLAGS
Windows.Win32.System.Ole.OLEUIBUSYW.dwFlags...System.UInt32 => Windows.Win32.System.Ole.BUSY_DIALOG_FLAGS
Windows.Win32.System.Ole.ICreateTypeInfo.SetImplTypeFlags : implTypeFlags...Int32 => IMPLTYPEFLAGS

0 comments on commit a62681a

Please sign in to comment.