You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XAudio2Create is only exposed inline in xaudio2.h when targeting
_WIN32_WINNT >= 0x0A00, otherwise it's an unresolved import. The MSIX
already requires Windows 10 1809+ so this is consistent.
Also construct PROPVARIANT directly instead of pulling in Propsys.lib
for InitPropVariantFromInt64.
0 commit comments