src/win32: Add error message for NO_ERROR

This commit is contained in:
Shen-Ta Hsieh 2020-12-02 06:43:49 +08:00 committed by Max Kellermann
parent ca02fb7782
commit d9e5d5ff5b

View File

@ -59,6 +59,7 @@ case x:
C(E_INVALIDARG);
C(E_OUTOFMEMORY);
C(E_POINTER);
C(NO_ERROR);
#undef C
}
return std::string_view();