Commit d6829afe authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

devenum: Use the return value of __wine_register_resources (PVS-Studio).

parent a2a57791
......@@ -95,6 +95,8 @@ HRESULT WINAPI DllRegisterServer(void)
TRACE("\n");
res = __wine_register_resources( DEVENUM_hInstance );
if (FAILED(res))
return res;
/*** ActiveMovieFilter Categories ***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment