Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
035a9e33
Commit
035a9e33
authored
Mar 18, 2003
by
Maxime Bellengé
Committed by
Alexandre Julliard
Mar 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for SHAutoComplete.
parent
cd4234aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
url.c
dlls/shlwapi/url.c
+9
-0
No files found.
dlls/shlwapi/shlwapi.spec
View file @
035a9e33
...
...
@@ -705,7 +705,7 @@
@ stub PathUnExpandEnvStringsW
@ stdcall SHCopyKeyA(long str long long) SHCopyKeyA
@ stdcall SHCopyKeyW(long wstr long long) SHCopyKeyW
@ st
ub
SHAutoComplete
@ st
dcall 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
...
...
dlls/shlwapi/url.c
View file @
035a9e33
...
...
@@ -2273,3 +2273,12 @@ HRESULT WINAPI UrlCreateFromPathW(LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUr
StrCpyW
(
pszUrl
,
pszNewUrl
);
return
S_OK
;
}
/*************************************************************************
* SHAutoComplete [SHLWAPI.@]
*/
HRESULT
WINAPI
SHAutoComplete
(
HWND
hwndEdit
,
DWORD
dwFlags
)
{
FIXME
(
"SHAutoComplete stub
\n
"
);
return
S_FALSE
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment