http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250855b
)
propsys: Mention that the functions are stubs.
author
André Hentschel
<nerv@dawncrow.de>
Mon, 14 Jun 2010 19:26:39 +0000
(21:26 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 15 Jun 2010 16:29:07 +0000
(18:29 +0200)
dlls/propsys/propsys_main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/propsys/propsys_main.c
b/dlls/propsys/propsys_main.c
index d2b1744d5e8ff8ced70a0cbc6482d362159a55af..cdda06df1f7217602dface71876eb968ebce5058 100644
(file)
--- 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;
}