diff options
author | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-12-02 06:43:49 +0800 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-15 17:45:25 +0100 |
commit | d9e5d5ff5b8e0239eed307e94a72c3520c01fad3 (patch) | |
tree | 2072d3d920c1ae46db45fc464b6402c6b7e76aec /src/win32 | |
parent | ca02fb7782bead0befff41d1ea61e678d7f1e9f9 (diff) |
src/win32: Add error message for NO_ERROR
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/HResult.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/HResult.hxx b/src/win32/HResult.hxx index a4fbcb8b6..2bc851f73 100644 --- a/src/win32/HResult.hxx +++ b/src/win32/HResult.hxx @@ -59,6 +59,7 @@ case x: C(E_INVALIDARG); C(E_OUTOFMEMORY); C(E_POINTER); + C(NO_ERROR); #undef C } return std::string_view(); |