Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | windows_utils: try and use FormatMessage for errors. | Kevin Mitchell | 2016-02-17 |
| | | | | | | This is useful in particular for GetLastError, unfortunately, it's stil pretty dumb with regards to WASAPI or D3D specific errors, so keep the hresult_to_string switch. | ||
* | ao_wasapi: move out some utility functions | wm4 | 2016-01-11 |
Note that hresult_to_str() (coming from wasapi_explain_err()) is mostly wasapi-specific, but since HRESULT error codes are unique, it can be extended for any other use. |