Skip to content

Commit

Permalink
Fixed #1295.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Oct 6, 2022
1 parent f1307e1 commit 3f0e912
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1178,4 +1178,7 @@ IDropSource::QueryContinueDrag=[PreserveSig]
IDropSource::GiveFeedback=[PreserveSig]
ReleaseStgMedium::param0=[Out]
# tsvirtualchannels.h
IWTSVirtualChannelManager::CreateListener::pszChannelName=PSTR
IWTSVirtualChannelManager::CreateListener::pszChannelName=PSTR
IDXGIFactory::EnumAdapters=[PreserveSig]
IDXGIFactory1::EnumAdapters1=[PreserveSig]
IDXGIAdapter::EnumOutputs=[PreserveSig]
6 changes: 5 additions & 1 deletion scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,8 @@ Windows.Win32.Security.Apis.AddConditionalAce : dwAceRevision...UInt32 => ACE_RE
Windows.Win32.Security.Apis.AddResourceAttributeAce : dwAceRevision...UInt32 => ACE_REVISION
Windows.Win32.Security.Apis.AddScopedPolicyIDAce : dwAceRevision...UInt32 => ACE_REVISION
# Parameter should be treated as a null terminated string
Windows.Win32.System.RemoteDesktop.IWTSVirtualChannelManager.CreateListener : pszChannelName...Byte* => PSTR
Windows.Win32.System.RemoteDesktop.IWTSVirtualChannelManager.CreateListener : pszChannelName...Byte* => PSTR
# Added PreserveSig.
Windows.Win32.Graphics.Dxgi.IDXGIAdapter.EnumOutputs : => [PreserveSig]
Windows.Win32.Graphics.Dxgi.IDXGIFactory.EnumAdapters : => [PreserveSig]
Windows.Win32.Graphics.Dxgi.IDXGIFactory1.EnumAdapters1 : => [PreserveSig]

0 comments on commit 3f0e912

Please sign in to comment.