Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
388fe7e3
Commit
388fe7e3
authored
Feb 06, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Feb 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Declare some functions static.
parent
dfe3d5b8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
shfldr_fs.c
dlls/shell32/shfldr_fs.c
+1
-1
shlexec.c
dlls/shell32/shlexec.c
+1
-1
shlfileop.c
dlls/shell32/shlfileop.c
+1
-1
No files found.
dlls/shell32/shfldr_fs.c
View file @
388fe7e3
...
...
@@ -1158,7 +1158,7 @@ ISFHelper_fnAddFolder (ISFHelper * iface, HWND hwnd, LPCWSTR pwszName,
* Builds a list of paths like the one used in SHFileOperation from a table of
* PIDLs relative to the given base folder
*/
WCHAR
*
build_paths_list
(
LPCWSTR
wszBasePath
,
int
cidl
,
LPCITEMIDLIST
*
pidls
)
static
WCHAR
*
build_paths_list
(
LPCWSTR
wszBasePath
,
int
cidl
,
LPCITEMIDLIST
*
pidls
)
{
WCHAR
*
wszPathsList
;
WCHAR
*
wszListPos
;
...
...
dlls/shell32/shlexec.c
View file @
388fe7e3
...
...
@@ -295,7 +295,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
return
found_p1
;
}
HRESULT
SHELL_GetPathFromIDListForExecuteW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pszPath
,
UINT
uOutSize
)
static
HRESULT
SHELL_GetPathFromIDListForExecuteW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pszPath
,
UINT
uOutSize
)
{
STRRET
strret
;
IShellFolder
*
desktop
;
...
...
dlls/shell32/shlfileop.c
View file @
388fe7e3
...
...
@@ -662,7 +662,7 @@ static DWORD SHFindAttrW(LPCWSTR pName, BOOL fileOnly)
* otherwise the ASCII strings are copied into it and the buffer is increased
* to point to the location after the final 0 termination char.
*/
DWORD
SHNameTranslate
(
LPWSTR
*
wString
,
LPCWSTR
*
pWToFrom
,
BOOL
more
)
static
DWORD
SHNameTranslate
(
LPWSTR
*
wString
,
LPCWSTR
*
pWToFrom
,
BOOL
more
)
{
DWORD
size
=
0
,
aSize
=
0
;
LPCSTR
aString
=
(
LPCSTR
)
*
pWToFrom
;
...
...
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