Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
binutils (2.40-1 -> 2.41-2)
mingw-w64-clang-aarch64-headers-git (11.0.0.r107.gd367cc9d7-1 -> 11.0.0.r107.gd367cc9d7-2)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Aug 12, 2023
1 parent c3b9453 commit 0f25180
Show file tree
Hide file tree
Showing 124 changed files with 5,391 additions and 5,386 deletions.
8 changes: 4 additions & 4 deletions clangarm64/include/windows.ui.composition.h
Original file line number Diff line number Diff line change
Expand Up @@ -4916,10 +4916,10 @@ namespace ABI {
ICompositionDrawingSurface : public IInspectable
{
virtual HRESULT STDMETHODCALLTYPE get_AlphaMode(
enum DirectXAlphaMode *value) = 0;
enum Windows::Graphics::DirectX::DirectXAlphaMode *value) = 0;

virtual HRESULT STDMETHODCALLTYPE get_PixelFormat(
enum DirectXPixelFormat *value) = 0;
enum Windows::Graphics::DirectX::DirectXPixelFormat *value) = 0;

virtual HRESULT STDMETHODCALLTYPE get_Size(
struct Size *value) = 0;
Expand Down Expand Up @@ -5704,8 +5704,8 @@ namespace ABI {
{
virtual HRESULT STDMETHODCALLTYPE CreateDrawingSurface(
struct Size pixels,
enum DirectXPixelFormat format,
enum DirectXAlphaMode mode,
enum Windows::Graphics::DirectX::DirectXPixelFormat format,
enum Windows::Graphics::DirectX::DirectXAlphaMode mode,
ABI::Windows::UI::Composition::ICompositionDrawingSurface **result) = 0;

virtual HRESULT STDMETHODCALLTYPE add_RenderingDeviceReplaced(
Expand Down
12 changes: 6 additions & 6 deletions clangarm64/include/xaudio2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1570,12 +1570,12 @@ IXAudio2 : public IUnknown

virtual HRESULT STDMETHODCALLTYPE CreateMasteringVoice(
IXAudio2MasteringVoice **ppMasteringVoice,
UINT32 InputChannels,
UINT32 InputSampleRate,
UINT32 Flags,
LPCWSTR DeviceId,
const XAUDIO2_EFFECT_CHAIN *pEffectChain,
AUDIO_STREAM_CATEGORY category) = 0;
UINT32 InputChannels = XAUDIO2_DEFAULT_CHANNELS,
UINT32 InputSampleRate = XAUDIO2_DEFAULT_SAMPLERATE,
UINT32 Flags = 0,
LPCWSTR DeviceId = 0,
const XAUDIO2_EFFECT_CHAIN *pEffectChain = 0,
AUDIO_STREAM_CATEGORY category = AudioCategory_GameEffects) = 0;

virtual HRESULT STDMETHODCALLTYPE StartEngine(
) = 0;
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/include/xaudio2.idl
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ interface IXAudio2 : IUnknown
#endif
[in, defaultvalue(NULL)] const XAUDIO2_EFFECT_CHAIN* pEffectChain
#if XAUDIO2_VER >= 8
, AUDIO_STREAM_CATEGORY category
, [in, defaultvalue(AudioCategory_GameEffects)] AUDIO_STREAM_CATEGORY category
#endif
);

Expand Down
Binary file modified usr/bin/addr2line.exe
Binary file not shown.
Binary file modified usr/bin/ar.exe
Binary file not shown.
Binary file modified usr/bin/as.exe
Binary file not shown.
Binary file modified usr/bin/c++filt.exe
Binary file not shown.
Binary file modified usr/bin/dlltool.exe
Binary file not shown.
Binary file modified usr/bin/dllwrap.exe
Binary file not shown.
Binary file modified usr/bin/elfedit.exe
Binary file not shown.
Binary file modified usr/bin/gprof.exe
Binary file not shown.
Binary file modified usr/bin/ld.bfd.exe
Binary file not shown.
Binary file modified usr/bin/ld.exe
Binary file not shown.
Binary file modified usr/bin/nm.exe
Binary file not shown.
Binary file modified usr/bin/objcopy.exe
Binary file not shown.
Binary file modified usr/bin/objdump.exe
Binary file not shown.
Binary file modified usr/bin/ranlib.exe
Binary file not shown.
Binary file modified usr/bin/readelf.exe
Binary file not shown.
Binary file modified usr/bin/size.exe
Binary file not shown.
Binary file modified usr/bin/strings.exe
Binary file not shown.
Binary file modified usr/bin/strip.exe
Binary file not shown.
Binary file modified usr/bin/windmc.exe
Binary file not shown.
Binary file modified usr/bin/windres.exe
Binary file not shown.
Loading

0 comments on commit 0f25180

Please sign in to comment.