propsys: mention that the functions are stubs

André Hentschel nerv at dawncrow.de
Mon Jun 14 14:26:39 CDT 2010


Hans might have missed that
---
 dlls/propsys/propsys_main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/propsys/propsys_main.c b/dlls/propsys/propsys_main.c
index d2b1744..cdda06d 100644
--- a/dlls/propsys/propsys_main.c
+++ b/dlls/propsys/propsys_main.c
@@ -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;
 }
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list