Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
0f6af2ce
Commit
0f6af2ce
authored
Apr 29, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Apr 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub implementation for SHFindFiles.
parent
9a900aa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shellord.c
dlls/shell32/shellord.c
+6
-0
No files found.
dlls/shell32/shell32.spec
View file @
0f6af2ce
...
...
@@ -83,7 +83,7 @@
87 stdcall SHRevokeDragDrop(long)
88 stdcall SHDoDragDrop(long ptr ptr long ptr)
89 stdcall SHCloneSpecialIDList(long long long)
90 st
ub SHFindFiles
90 st
dcall SHFindFiles(ptr ptr)
91 stub SHFindComputer
92 stdcall PathGetShortPath (ptr) PathGetShortPathAW
93 stdcall Win32CreateDirectory(wstr ptr) Win32CreateDirectoryAW
...
...
dlls/shell32/shellord.c
View file @
0f6af2ce
...
...
@@ -1526,3 +1526,9 @@ HRESULT WINAPI SHELL32_256(LPDWORD lpdw0, LPDWORD lpdw1)
return
ret
;
}
BOOL
WINAPI
SHFindFiles
(
LPCITEMIDLIST
pidlFolder
,
LPCITEMIDLIST
pidlSaveFile
)
{
FIXME
(
"%p %p
\n
"
,
pidlFolder
,
pidlSaveFile
);
return
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