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 24, 2022
1 parent 0e77676 commit 5f94f73
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 @@ -32204,11 +32204,11 @@
"uses": [
{
"struct": "OLEUIBUSYA",
"parameter": "dwFlags"
"field": "dwFlags"
},
{
"struct": "OLEUIBUSYW",
"parameter": "dwFlags"
"field": "dwFlags"
}
]
},
Expand Down Expand Up @@ -32375,7 +32375,7 @@
{
"interface": "ITypeInfo",
"method": "Invoke",
"field": "wFlags"
"parameter": "wFlags"
}
]
},
Expand All @@ -32392,12 +32392,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 @@ -107,3 +107,8 @@ Windows.Win32.System.SystemServices.Apis.COMPRESSION_FORMAT_XPRESS removed
Windows.Win32.System.SystemServices.Apis.COMPRESSION_FORMAT_XPRESS_HUFF removed
# Fixed #1378.
Windows.Win32.System.Ole.Apis.OleCreatePictureIndirect : lplpvObj : [Out] => [ComOutPtr,Out]
# fix mistakes in enums
Windows.Win32.System.Com.ITypeInfo.GetImplTypeFlags : pImplTypeFlags...Int32* => IMPLTYPEFLAGS*
Windows.Win32.System.Ole.ICreateTypeInfo.SetImplTypeFlags : implTypeFlags...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

0 comments on commit 5f94f73

Please sign in to comment.