Skip to content

wasapi: Fix msvc link error "LNK2005: PKEY_AudioEndpoint_FormFactor already defined"

When Ninja builds with msvc x64, there is link error "LNK2005: PKEY_AudioEndpoint_FormFactor already defined". Link with "/FORCE:MULTIPLE" option to fix the build.

Edited by Tim-Philipp Müller

Merge request reports