aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/wasapi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | In particular, it relies on derived structs using C++-style inheritence. Any implementation's source that's converted to C++ will consequently need to make that change.
* 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
A very sparse conversion. Will clean up more later after seeing what MSVC does.