aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/wasapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-10/+10
* Use utf8_to_wstr to convert UTF-8 to wstringChris Robinson2018-11-131-20/+10
* Move wstr_to_utf8 to compat.hChris Robinson2018-11-031-16/+0
* Expand the anonymous namespacesChris Robinson2018-11-021-13/+14
* Add a wrapper to manage PROPVARIANT objectsChris Robinson2018-11-021-26/+35
* Check the correct propvariant objectChris Robinson2018-11-021-4/+4
* Try another fix to declare GUIDs in C++Chris Robinson2018-11-021-4/+10
* Make the polymorphism macros less hacky in C++Chris Robinson2018-11-011-312/+282
* Workaround some issue with DEFINE_GUID in C++Chris Robinson2018-11-011-2/+4
* Use more C++ types where possibleChris Robinson2018-11-011-343/+290
* Preliminary conversion of the WASAPI backend to C++Chris Robinson2018-11-011-0/+2035