Skip to content
Snippets Groups Projects
Commit c9b25394 authored by Pierre Mageau's avatar Pierre Mageau Committed by Alexandre Julliard
Browse files

OleRegGetUserType did query wrong registry key.

parent 6189c198
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@ HRESULT WINAPI OleRegGetUserType(
return E_OUTOFMEMORY;
}
hres = RegQueryValueExA(HKEY_CLASSES_ROOT,
hres = RegQueryValueExA(clsidKey,
"",
NULL,
&dwKeyType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment