David Hedberg : include: Add some missing function declarations in shlwapi. h.

Alexandre Julliard julliard at winehq.org
Mon Jul 19 11:05:39 CDT 2010


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

Author: David Hedberg <david.hedberg at gmail.com>
Date:   Sat Jul 17 17:16:59 2010 +0200

include: Add some missing function declarations in shlwapi.h.

---

 include/shlwapi.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index e17789b..744be84 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -319,6 +319,12 @@ BOOL WINAPI AssocIsDangerous(LPCWSTR);
 
 #endif /* NO_SHLWAPI_REG */
 
+void WINAPI IUnknown_Set(IUnknown **ppunk, IUnknown *punk);
+void WINAPI IUnknown_AtomicRelease(IUnknown **punk);
+HRESULT WINAPI IUnknown_GetWindow(IUnknown *punk, HWND *phwnd);
+HRESULT WINAPI IUnknown_SetSite(IUnknown *punk, IUnknown *punkSite);
+HRESULT WINAPI IUnknown_GetSite(IUnknown *punk, REFIID riid, void **ppv);
+HRESULT WINAPI IUnknown_QueryService(IUnknown *punk, REFGUID guidService, REFIID riid, void **ppvOut);
 
 /* Path functions */
 #ifndef NO_SHLWAPI_PATH




More information about the wine-cvs mailing list