Skip to content

Commit

Permalink
Fixed #1362.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 9, 2022
1 parent 04a053e commit 7bce6c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COINIT
COMPACT_VIRTUAL_DISK_FLAG
CREATE_VIRTUAL_DISK_FLAG
D3D11_BIND_FLAG
D3D11_CLEAR_FLAG
D3D11_CPU_ACCESS_FLAG
D3D11_RESOURCE_MISC_FLAG
DBGPROP_ATTRIB_FLAGS
Expand Down
1 change: 1 addition & 0 deletions generation/WinSDK/scraper.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ EVT_RPC_LOGIN_FLAGS=uint
EVT_SEEK_FLAGS=uint
EVT_SUBSCRIBE_FLAGS=uint
READ_EVENT_LOG_READ_FLAGS=uint
D3D11_CLEAR_FLAG=uint
--exclude
_TREEITEM
_IMAGELIST
Expand Down
3 changes: 3 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,6 @@ 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
# Fixed #1362.
Windows.Win32.Graphics.Direct3D11.D3D11_CLEAR_FLAG : => [Flags]
Windows.Win32.Graphics.Direct3D11.D3D11_CLEAR_FLAG.value__...System.Int32 => System.UInt32

0 comments on commit 7bce6c8

Please sign in to comment.