diff options
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(); |