audio: Use LoadPackagedLibrary when building for UWP
Universal Windows Platform apps are not allowed to use LoadLibrary
to
load arbitrary DLLs from the filesystem. They can only use
LoadPackagedLibrary
to load DLLs that have been packaged with the app
as assets.
See also: