aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+4
* Use C++ with the winmm backendChris Robinson2018-11-091-318/+277
* Convert the WinMM backend to C++Chris Robinson2018-11-081-0/+793