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
61c8da18
Commit
61c8da18
authored
Oct 10, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Merge enumidlist.h into the main header file.
parent
e7ec00d2
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
37 deletions
+11
-37
cpanelfolder.c
dlls/shell32/cpanelfolder.c
+0
-1
enumidlist.c
dlls/shell32/enumidlist.c
+1
-1
enumidlist.h
dlls/shell32/enumidlist.h
+0
-30
recyclebin.c
dlls/shell32/recyclebin.c
+0
-1
shell32_main.h
dlls/shell32/shell32_main.h
+10
-0
shfldr_desktop.c
dlls/shell32/shfldr_desktop.c
+0
-1
shfldr_fs.c
dlls/shell32/shfldr_fs.c
+0
-1
shfldr_mycomp.c
dlls/shell32/shfldr_mycomp.c
+0
-1
shfldr_netplaces.c
dlls/shell32/shfldr_netplaces.c
+0
-1
No files found.
dlls/shell32/cpanelfolder.c
View file @
61c8da18
...
...
@@ -42,7 +42,6 @@
#include "commctrl.h"
#include "cpanel.h"
#include "enumidlist.h"
#include "pidl.h"
#include "undocshell.h"
#include "shell32_main.h"
...
...
dlls/shell32/enumidlist.c
View file @
61c8da18
...
...
@@ -32,7 +32,7 @@
#include "shlwapi.h"
#include "pidl.h"
#include "
enumidlist
.h"
#include "
shell32_main
.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shell32/enumidlist.h
deleted
100644 → 0
View file @
e7ec00d2
/*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __ENUMIDLIST_H__
#define __ENUMIDLIST_H__
#include "shlobj.h"
/* Creates an IEnumIDList; add LPITEMIDLISTs to it with AddToEnumList. */
LPENUMIDLIST
IEnumIDList_Constructor
(
void
)
DECLSPEC_HIDDEN
;
BOOL
AddToEnumList
(
IEnumIDList
*
list
,
LPITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
/* Enumerates the folders and/or files (depending on dwFlags) in lpszPath and
* adds them to the already-created list.
*/
BOOL
CreateFolderEnumList
(
IEnumIDList
*
list
,
LPCWSTR
lpszPath
,
DWORD
dwFlags
)
DECLSPEC_HIDDEN
;
#endif
/* ndef __ENUMIDLIST_H__ */
dlls/shell32/recyclebin.c
View file @
61c8da18
...
...
@@ -41,7 +41,6 @@
#include "wine/debug.h"
#include "shell32_main.h"
#include "enumidlist.h"
#include "xdg.h"
#include "pidl.h"
...
...
dlls/shell32/shell32_main.h
View file @
61c8da18
...
...
@@ -204,4 +204,14 @@ HRESULT SHELL_RegisterShellFolders(void) DECLSPEC_HIDDEN;
/* Detect Shell Links */
BOOL
SHELL_IsShortcut
(
LPCITEMIDLIST
)
DECLSPEC_HIDDEN
;
/* Creates an IEnumIDList; add LPITEMIDLISTs to it with AddToEnumList. */
LPENUMIDLIST
IEnumIDList_Constructor
(
void
)
DECLSPEC_HIDDEN
;
BOOL
AddToEnumList
(
IEnumIDList
*
list
,
LPITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
/* Enumerates the folders and/or files (depending on dwFlags) in lpszPath and
* adds them to the already-created list.
*/
BOOL
CreateFolderEnumList
(
IEnumIDList
*
list
,
LPCWSTR
lpszPath
,
DWORD
dwFlags
)
DECLSPEC_HIDDEN
;
#endif
dlls/shell32/shfldr_desktop.c
View file @
61c8da18
...
...
@@ -42,7 +42,6 @@
#include "ole2.h"
#include "shlguid.h"
#include "enumidlist.h"
#include "pidl.h"
#include "undocshell.h"
#include "shell32_main.h"
...
...
dlls/shell32/shfldr_fs.c
View file @
61c8da18
...
...
@@ -42,7 +42,6 @@
#include "ole2.h"
#include "shlguid.h"
#include "enumidlist.h"
#include "pidl.h"
#include "undocshell.h"
#include "shell32_main.h"
...
...
dlls/shell32/shfldr_mycomp.c
View file @
61c8da18
...
...
@@ -39,7 +39,6 @@
#include "wingdi.h"
#include "pidl.h"
#include "shlguid.h"
#include "enumidlist.h"
#include "undocshell.h"
#include "shell32_main.h"
#include "shresdef.h"
...
...
dlls/shell32/shfldr_netplaces.c
View file @
61c8da18
...
...
@@ -38,7 +38,6 @@
#include "winreg.h"
#include "pidl.h"
#include "enumidlist.h"
#include "undocshell.h"
#include "shell32_main.h"
#include "shresdef.h"
...
...
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