Wrap the wide-char enumerating functions instead of the ASCII
commit8617c00d6feacdeba61bc09045cc05cbcc096479
authorChris Robinson <chris.kcat@gmail.com>
Mon, 1 Aug 2011 01:24:15 +0000 (31 18:24 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 1 Aug 2011 01:27:11 +0000 (31 18:27 -0700)
tree026804c7f7bfe16a0d816724d7fc0349cdcdba37
parent6bd274d368e56d31c5896e06e3d055f5797dcece
Wrap the wide-char enumerating functions instead of the ASCII

OpenAL gives ASCII strings, so it's wasteful to convert to WCHAR when it's just
going to be converted right back to ASCII.
dsound_main.c