]> git.sesse.net Git - vlc/commit
DirectSound: try to fix Wide Char issues
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 14:29:19 +0000 (15:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 15:07:10 +0000 (16:07 +0100)
commit3ff8a01e7463832b9f17ced012600ef0e5c35a34
tree20f4191740ec3e4328cc56606433fe21eef365b4
parentacedeb2868f293edf520e21093112c6ce9039d11
DirectSound: try to fix Wide Char issues

Here, the DSEnumCallback documentation seems wrong or misleading, it needs LPCWSTR with DirectSoundEnumerateW
http://msdn.microsoft.com/en-us/library/microsoft.directx_sdk.reference.dsenumcallback%28VS.85%29.aspx

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/audio_output/directx.c