propsys: Stub for PSUnregisterPropertySchema.
Needed for IE8 install.
This commit is contained in:
parent
d496a49084
commit
6979c4142f
|
@ -92,7 +92,7 @@
|
|||
@ stdcall PSRegisterPropertySchema(wstr)
|
||||
@ stub PSSetPropertyValue
|
||||
@ stub PSStringFromPropertyKey
|
||||
@ stub PSUnregisterPropertySchema
|
||||
@ stdcall PSUnregisterPropertySchema(wstr)
|
||||
@ stdcall PropVariantChangeType(ptr ptr long long)
|
||||
@ stub PropVariantCompareEx
|
||||
@ stub PropVariantGetBooleanElem
|
||||
|
|
|
@ -54,3 +54,10 @@ HRESULT WINAPI PSRegisterPropertySchema(PCWSTR path)
|
|||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
HRESULT WINAPI PSUnregisterPropertySchema(PCWSTR pszPath)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue