Skip to content

Commit

Permalink
Remove invalid D2D DWRITE_PAINT_FEATURE_LEVEL enum (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored May 6, 2024
1 parent 2e09958 commit c0b2044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions generation/WinSDK/Partitions/Direct2D/settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ IWICBitmapSource
IWICBitmap
DWRITE_GLYPH_RUN
DWRITE_GLYPH_RUN_DESCRIPTION
DWRITE_PAINT_FEATURE_LEVEL
--traverse
<IncludeRoot>/um/d2d1_2helper.h
<IncludeRoot>/um/d2d1_3helper.h
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,5 @@ Windows.Win32.Networking.WinSock.SOCKET : [NativeTypedef,RAIIFree(closesocket)]
Windows.Win32.Storage.FileSystem.HIORING : [NativeTypedef,RAIIFree(CloseIoRing)] => [InvalidHandleValue(-1),InvalidHandleValue(0),NativeTypedef,RAIIFree(CloseIoRing)]
Windows.Win32.System.Threading.PTP_CLEANUP_GROUP : [NativeTypedef,RAIIFree(CloseThreadpoolCleanupGroup)] => [InvalidHandleValue(0),NativeTypedef,RAIIFree(CloseThreadpoolCleanupGroup)]
Windows.Win32.System.Threading.PTP_POOL : [NativeTypedef,RAIIFree(CloseThreadpool)] => [InvalidHandleValue(0),NativeTypedef,RAIIFree(CloseThreadpool)]
# Remove invalid D2D DWRITE_PAINT_FEATURE_LEVEL enum
Windows.Win32.Graphics.Direct2D.DWRITE_PAINT_FEATURE_LEVEL removed

0 comments on commit c0b2044

Please sign in to comment.