Skip to content

Commit

Permalink
Fixed #1332.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Oct 27, 2022
1 parent 74d194a commit dd04359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,4 +1208,5 @@ DXGIFactory::EnumAdapters=[CanReturnErrorsAsSuccess]
IDXGIFactory1::EnumAdapters1=[CanReturnErrorsAsSuccess]
IDXGIAdapter::EnumOutputs=[CanReturnErrorsAsSuccess]
ID2D1RenderTarget::EndDraw=[CanReturnErrorsAsSuccess]
IAssocHandler::IsRecommended=[CanReturnMultipleSuccessValues]
IAssocHandler::IsRecommended=[CanReturnMultipleSuccessValues]
IWICImagingFactory::CreateDecoderFromFilename::pguidVendor=[Optional]
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2240,3 +2240,5 @@ Windows.Win32.Devices.Fax.IFaxServerNotify2.OnReceiptOptionsChange(pFaxServer) a
Windows.Win32.Devices.Fax.IFaxServerNotify2.OnSecurityConfigChange(pFaxServer) added
Windows.Win32.Devices.Fax.IFaxServerNotify2.OnServerActivityChange(pFaxServer,lIncomingMessages,lRoutingMessages,lOutgoingMessages,lQueuedMessages) added
Windows.Win32.Devices.Fax.IFaxServerNotify2.OnServerShutDown(pFaxServer) added
# Fixed #1332.
Windows.Win32.Graphics.Imaging.IWICImagingFactory.CreateDecoderFromFilename : pguidVendor : [Const,In] => [Const,In,Optional]

0 comments on commit dd04359

Please sign in to comment.