propsys: Mention that the functions are stubs.

oldstable
André Hentschel 2010-06-14 21:26:39 +02:00 committed by Alexandre Julliard
parent 250855bfb0
commit 1643697365
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}