ao_wasapi_changenotify: use %ls instead of %S for wchar_t
%ls is C99. %S is supported by some systems, including MinGW/MSVC, but no reason to use it.
W
wm4 committed
5a33242854e2f2cb5fb2f5a2395998d0b5b147f0
Parent: 05e6d42
%ls is C99. %S is supported by some systems, including MinGW/MSVC, but no reason to use it.