Commit 26e72a75 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add missing default value in IXAudio2.

This was removed in 14c44d0b commit.
parent e2414b55
......@@ -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
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment