Mike McCormack : shlwapi: Add a stub implementation for ZoneComputePaneSize .

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 16 06:16:12 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Wed Aug 16 12:52:18 2006 +0900

shlwapi: Add a stub implementation for ZoneComputePaneSize.

Allows IE6 to show its main window with builtin shlwapi.

---

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

diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index e198fba..b19e27b 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -4422,3 +4422,12 @@ HRESULT WINAPI IUnknown_ProfferService(I
     FIXME("%p %p %p %p\n", unk, x0, x1, x2);
     return E_NOTIMPL;
 }
+
+/***********************************************************************
+ *              ZoneComputePaneSize [SHLWAPI.382]
+ */
+UINT WINAPI ZoneComputePaneSize(HWND hwnd)
+{
+    FIXME("\n");
+    return 0x95;
+}
diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index 0295e1b..36c6b70 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -379,7 +379,7 @@
 379 stub -noname Shell_GetCachedImageIndexWrapW
 380 stub -noname Shell_GetCachedImageIndexWrapA
 381 stub -noname AssocCopyVerbs
-382 stub -noname ZoneComputePaneSize
+382 stdcall -noname ZoneComputePaneSize(ptr)
 383 stub -noname ZoneConfigureW
 384 stub -noname SHRestrictedMessageBox
 385 stub -noname SHLoadRawAccelerators




More information about the wine-cvs mailing list