Commit 16436973 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

propsys: Mention that the functions are stubs.

parent 250855bf
......@@ -50,14 +50,14 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
HRESULT WINAPI PSRegisterPropertySchema(PCWSTR path)
{
FIXME("%s\n", debugstr_w(path));
FIXME("%s stub\n", debugstr_w(path));
return S_OK;
}
HRESULT WINAPI PSUnregisterPropertySchema(PCWSTR path)
{
FIXME("%s\n", debugstr_w(path));
FIXME("%s stub\n", debugstr_w(path));
return E_NOTIMPL;
}
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