Skip to content

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

Edward OC requested to merge funfunctor/wine:shell32 into master

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