Skip to content

Commit

Permalink
Correct ICompositionTexture reference (#1853)
Browse files Browse the repository at this point in the history
* Correct ICompositionTexture reference

* Correct ICompositionTexture reference
  • Loading branch information
riverar authored Feb 27, 2024
1 parent c5d5bc5 commit 0834a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IDispatcherQueueController(interface)=<Windows.Foundation.UniversalApiContract,
# Windows 11 (22000.194)
IPropertySetSerializer(interface)=<Windows.Foundation.UniversalApiContract, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null>Windows.Storage.Streams.IPropertySetSerializer
# Windows 11 (22621.2428)
ICompositionTexture(interface)=<Windows.Foundation.UniversalApiContract, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null>Windows.UI.Composition.ICompositionTexture
ICompositionTexture(interface)=<Windows.Foundation.UniversalApiContract, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null>Windows.UI.Composition.CompositionTexture
--enumAddition
CLSCTX::CLSCTX_ALL=CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER|CLSCTX_LOCAL_SERVER|CLSCTX_REMOTE_SERVER
CLSCTX::CLSCTX_SERVER=CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER|CLSCTX_REMOTE_SERVER
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Windows.Win32.Storage.FileSystem.Apis.PopIoRingCompletion : [DllImport(api-ms-wi
# Fixed #1852.
Windows.Win32.Security.SC_HANDLE removed
Windows.Win32.System.Services.SC_HANDLE added
# Correct ICompositionTexture reference
Windows.Win32.System.WinRT.Composition.ICompositorInterop2.CreateCompositionTexture : compositionTexture...ICompositionTexture* => CompositionTexture*

0 comments on commit 0834a37

Please sign in to comment.