XAudio2: Update from 1.2.8 to 1.2.9

This commit is contained in:
Ani 2022-08-28 18:17:00 +01:00
parent 18d73d6d76
commit d1e5828644
3 changed files with 1276 additions and 1275 deletions

View file

@ -60,7 +60,7 @@
#include <objbase.h> // Windows COM declarations
#include <sal.h> // Markers for documenting API semantics
#include <mmreg.h> // Basic data types and constants for audio work
#include <audiosessiontypes.h> // For AUDIO_STREAM_CATEGORY
#include <AudioSessionTypes.h> // For AUDIO_STREAM_CATEGORY
// The Windows 7 version of audiosessiontypes.h does not define AUDIO_STREAM_CATEGORY, so if we are targeting
// Windows 7 we might have to define it here, depending on which SDK is used.
@ -1273,3 +1273,4 @@ XAUDIO2_STDAPI XAudio2Create(_Outptr_ IXAudio2** ppXAudio2, UINT32 Flags X2DEFAU
#endif // #ifndef GUID_DEFS_ONLY
#endif // #ifndef __XAUDIO2_INCLUDED__

Binary file not shown.

Binary file not shown.