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
c2f25d25
Commit
c2f25d25
authored
Feb 02, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Move SHCreateLinks() flags to shlfolder.c.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6abfd74a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
shlfolder.c
dlls/shell32/shlfolder.c
+4
-0
undocshell.h
dlls/shell32/undocshell.h
+0
-11
No files found.
dlls/shell32/shlfolder.c
View file @
c2f25d25
...
...
@@ -48,6 +48,10 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
/* SHCreateLinks flags */
#define SHCLF_PREFIXNAME 0x01
#define SHCLF_CREATEONDESKTOP 0x02
/***************************************************************************
* SHELL32_GetCustomFolderAttribute (internal function)
*
...
...
dlls/shell32/undocshell.h
View file @
c2f25d25
...
...
@@ -226,17 +226,6 @@ HRESULT WINAPI SHCreateDefClassObject(
void
WINAPI
SHFreeUnusedLibraries
(
void
);
/* SHCreateLinks flags */
#define SHCLF_PREFIXNAME 0x01
#define SHCLF_CREATEONDESKTOP 0x02
HRESULT
WINAPI
SHCreateLinks
(
HWND
hWnd
,
LPCSTR
lpszDir
,
LPDATAOBJECT
lpDataObject
,
UINT
uFlags
,
LPITEMIDLIST
*
lppidlLinks
);
DWORD
WINAPI
CheckEscapesA
(
LPSTR
string
,
DWORD
len
);
DWORD
WINAPI
CheckEscapesW
(
LPWSTR
string
,
DWORD
len
);
...
...
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