Stub for SHAutoComplete

Maxime Bellengé maxime.bellenge at laposte.net
Sun Mar 9 04:28:04 CST 2003


I send it because it enables Winace 2.04 (trial) to go further.

ChangeLog:
    - Stub for SHAutoComplete
-- 
Maxime Bellengé <maxime.bellenge at laposte.net>



Index: dlls/shlwapi/shlwapi.spec
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/shlwapi.spec,v
retrieving revision 1.66
diff -u -r1.66 shlwapi.spec
--- dlls/shlwapi/shlwapi.spec	15 Jan 2003 00:53:39 -0000	1.66
+++ dlls/shlwapi/shlwapi.spec	9 Mar 2003 10:14:30 -0000
@@ -705,7 +705,7 @@
 @ stub    PathUnExpandEnvStringsW
 @ stdcall SHCopyKeyA(long str long long) SHCopyKeyA
 @ stdcall SHCopyKeyW(long wstr long long) SHCopyKeyW
-@ stub    SHAutoComplete
+@ stdcall SHAutoComplete(ptr long) SHAutoComplete
 @ stdcall SHCreateStreamOnFileA(str long ptr) SHCreateStreamOnFileA
 @ stdcall SHCreateStreamOnFileW(wstr long ptr) SHCreateStreamOnFileW
 @ stdcall SHCreateStreamOnFileEx(wstr long long long ptr ptr)
SHCreateStreamOnFileEx
Index: dlls/shlwapi/url.c
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/url.c,v
retrieving revision 1.20
diff -u -r1.20 url.c
--- dlls/shlwapi/url.c	19 Dec 2002 04:16:54 -0000	1.20
+++ dlls/shlwapi/url.c	9 Mar 2003 10:14:31 -0000
@@ -2181,3 +2181,12 @@
 	StrCpyW(pszUrl, pszNewUrl);
 	return S_OK;
 }
+
+/*************************************************************************
+ *      SHAutoComplete  	[SHLWAPI.@]
+ */
+HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
+{
+  FIXME("SHAutoComplete stub\n");
+  return S_FALSE;
+}



-------------- next part --------------
A non-text attachment was scrubbed...
Name: shautocomplete.diff
Type: text/x-patch
Size: 1394 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030309/2507e2f3/shautocomplete.bin


More information about the wine-patches mailing list