Nikolay Sivov : shlwapi: Allow IUnknown_SetSite() to be requested by name.

Alexandre Julliard julliard at winehq.org
Mon Oct 25 10:58:19 CDT 2010


Module: wine
Branch: master
Commit: 88136e689738e64be397352fe563f4cf8f5ed360
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=88136e689738e64be397352fe563f4cf8f5ed360

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sat Oct 23 22:17:21 2010 +0400

shlwapi: Allow IUnknown_SetSite() to be requested by name.

---

 dlls/shlwapi/shlwapi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index 4a4f594..60eef7a 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -171,7 +171,7 @@
 171 stdcall -noname SHIsSameObject(ptr ptr)
 172 stdcall -noname IUnknown_GetWindow(ptr ptr)
 173 stdcall -noname IUnknown_SetOwner(ptr ptr)
-174 stdcall -noname IUnknown_SetSite(ptr ptr)
+174 stdcall -ordinal IUnknown_SetSite(ptr ptr)
 175 stdcall -noname IUnknown_GetClassID(ptr ptr)
 176 stdcall -noname IUnknown_QueryService(ptr ptr ptr ptr)
 177 stdcall -noname SHLoadMenuPopup(ptr wstr)




More information about the wine-cvs mailing list