[pkg-wine-party] [wine] 175/259: shell32: Add SHGetPropertyStoreForWindow stub.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Jul 23 05:43:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit ebfe169c4389240dc57d3e1bcdc697e3ed4f5cfc
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Jul 19 00:20:07 2016 -0500

    shell32: Add SHGetPropertyStoreForWindow stub.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 dlls/shell32/shell32.spec   | 1 +
 dlls/shell32/shell32_main.c | 9 +++++++++
 include/shellapi.h          | 1 +
 3 files changed, 11 insertions(+)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 7ebd032..f95aaa7 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -390,6 +390,7 @@
 @ stdcall SHGetPathFromIDList(ptr ptr) SHGetPathFromIDListA
 @ stdcall SHGetPathFromIDListA(ptr ptr)
 @ stdcall SHGetPathFromIDListW(ptr ptr)
+@ stdcall SHGetPropertyStoreForWindow(long ptr ptr)
 @ stdcall SHGetPropertyStoreFromParsingName(wstr ptr long ptr ptr)
 @ stdcall SHGetSettings(ptr long)
 @ stdcall SHGetSpecialFolderLocation(long long ptr)
diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c
index 74deecd..dce1896 100644
--- a/dlls/shell32/shell32_main.c
+++ b/dlls/shell32/shell32_main.c
@@ -943,6 +943,15 @@ VOID WINAPI Printers_UnregisterWindow(HANDLE hClassPidl, HWND hwnd)
 } 
 
 /*************************************************************************
+ * SHGetPropertyStoreForWindow [SHELL32.@]
+ */
+HRESULT WINAPI SHGetPropertyStoreForWindow(HWND hwnd, REFIID riid, void **ppv)
+{
+    FIXME("(%p %p %p) stub!\n", hwnd, riid, ppv);
+    return E_NOTIMPL;
+}
+
+/*************************************************************************
  * SHGetPropertyStoreFromParsingName [SHELL32.@]
  */
 HRESULT WINAPI SHGetPropertyStoreFromParsingName(PCWSTR pszPath, IBindCtx *pbc, GETPROPERTYSTOREFLAGS flags, REFIID riid, void **ppv)
diff --git a/include/shellapi.h b/include/shellapi.h
index b94626f..d1aad6b 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -660,6 +660,7 @@ HRESULT     WINAPI SHEnumerateUnreadMailAccountsA(HKEY,DWORD,LPSTR,INT);
 HRESULT     WINAPI SHEnumerateUnreadMailAccountsW(HKEY,DWORD,LPWSTR,INT);
 #define     SHEnumerateUnreadMailAccounts WINELIB_NAME_AW(SHEnumerateUnreadMailAccounts)
 
+HRESULT     WINAPI SHGetPropertyStoreForWindow(HWND,REFIID,void **);
 
 #ifdef __cplusplus
 } /* extern "C" */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list