dlls/shell32: Fix IUnknown::QueryInterface() to meet spec

The spec says if the passed pointer is NULL then return E_POINTER and not to just unconditionally deref then set NULL.

Signed-off-by: Edward O'Callaghan edward@antitrust.cc

Merge request reports

Loading