Stub for SHAutoComplete

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

ChangeLog:
    - Stub for SHAutoComplete
-- 
Maxime Bellengé <maxime.bellenge@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;
+}



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;
+}

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux