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
c7f58d2b
Commit
c7f58d2b
authored
Feb 01, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Move PIDL definitions from undocshell.h to pidl.h.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ac987bae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
29 deletions
+9
-29
changenotify.c
dlls/shell32/changenotify.c
+1
-0
pidl.h
dlls/shell32/pidl.h
+8
-0
undocshell.h
dlls/shell32/undocshell.h
+0
-29
No files found.
dlls/shell32/changenotify.c
View file @
c7f58d2b
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include "wine/list.h"
#include "wine/list.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "shell32_main.h"
#include "shell32_main.h"
#include "pidl.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shell32/pidl.h
View file @
c7f58d2b
...
@@ -270,6 +270,14 @@ void _ILFreeaPidl(LPITEMIDLIST * apidl, UINT cidl) DECLSPEC_HIDDEN;
...
@@ -270,6 +270,14 @@ void _ILFreeaPidl(LPITEMIDLIST * apidl, UINT cidl) DECLSPEC_HIDDEN;
LPITEMIDLIST
*
_ILCopyaPidl
(
const
LPCITEMIDLIST
*
apidlsrc
,
UINT
cidl
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
*
_ILCopyaPidl
(
const
LPCITEMIDLIST
*
apidlsrc
,
UINT
cidl
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
const
CIDA
*
cida
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
const
CIDA
*
cida
)
DECLSPEC_HIDDEN
;
/* type parameter for ILGetDisplayNameEx() */
#define ILGDN_FORPARSING 0
#define ILGDN_NORMAL 1
#define ILGDN_INFOLDER 2
BOOL
ILGetDisplayNameExW
(
LPSHELLFOLDER
psf
,
LPCITEMIDLIST
pidl
,
LPWSTR
path
,
DWORD
type
)
DECLSPEC_HIDDEN
;
BOOL
ILGetDisplayNameExW
(
LPSHELLFOLDER
psf
,
LPCITEMIDLIST
pidl
,
LPWSTR
path
,
DWORD
type
)
DECLSPEC_HIDDEN
;
HRESULT
SHILCreateFromPathW
(
const
WCHAR
*
path
,
LPITEMIDLIST
*
pidl
,
DWORD
*
attributes
);
LPITEMIDLIST
SHSimpleIDListFromPathA
(
const
char
*
path
);
LPITEMIDLIST
SHSimpleIDListFromPathW
(
const
WCHAR
*
path
);
#endif
#endif
dlls/shell32/undocshell.h
View file @
c7f58d2b
...
@@ -31,35 +31,6 @@
...
@@ -31,35 +31,6 @@
extern
"C"
{
extern
"C"
{
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
/****************************************************************************
* IDList Functions
*/
BOOL
WINAPI
ILGetDisplayName
(
LPCITEMIDLIST
pidl
,
LPVOID
path
);
/* type parameter for ILGetDisplayNameEx() */
#define ILGDN_FORPARSING 0
#define ILGDN_NORMAL 1
#define ILGDN_INFOLDER 2
BOOL
WINAPI
ILGetDisplayNameEx
(
LPSHELLFOLDER
psf
,
LPCITEMIDLIST
pidl
,
LPVOID
path
,
DWORD
type
);
LPITEMIDLIST
WINAPI
ILGlobalClone
(
LPCITEMIDLIST
pidl
);
void
WINAPI
ILGlobalFree
(
LPITEMIDLIST
pidl
);
LPITEMIDLIST
SHSimpleIDListFromPathA
(
LPCSTR
lpszPath
);
LPITEMIDLIST
SHSimpleIDListFromPathW
(
LPCWSTR
lpszPath
);
HRESULT
SHILCreateFromPathW
(
LPCWSTR
path
,
LPITEMIDLIST
*
ppidl
,
DWORD
*
attributes
);
/*
/*
string functions
string functions
*/
*/
...
...
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