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
74af67ef
Commit
74af67ef
authored
Sep 26, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
parent
60e17529
Hide whitespace changes
Inline
Side-by-side
Showing
82 changed files
with
152 additions
and
327 deletions
+152
-327
imagelist.c
dlls/comctl32/imagelist.c
+2
-1
cdlg.h
dlls/commdlg/cdlg.h
+1
-1
antimoniker.c
dlls/ole32/antimoniker.c
+3
-0
bindctx.c
dlls/ole32/bindctx.c
+4
-0
compositemoniker.c
dlls/ole32/compositemoniker.c
+4
-0
datacache.c
dlls/ole32/datacache.c
+5
-0
errorinfo.c
dlls/ole32/errorinfo.c
+2
-0
itemmoniker.c
dlls/ole32/itemmoniker.c
+6
-4
moniker.c
dlls/ole32/moniker.c
+5
-0
ole2impl.c
dlls/ole32/ole2impl.c
+2
-1
ole2stubs.c
dlls/ole32/ole2stubs.c
+3
-2
stg_bigblockfile.c
dlls/ole32/stg_bigblockfile.c
+1
-0
stg_stream.c
dlls/ole32/stg_stream.c
+1
-2
storage32.h
dlls/ole32/storage32.h
+1
-0
connpt.c
dlls/oleaut32/connpt.c
+2
-0
olefont.c
dlls/oleaut32/olefont.c
+2
-0
olepro32stubs.c
dlls/olepro32/olepro32stubs.c
+1
-0
classes.c
dlls/shell32/classes.c
+1
-1
enumidlist.c
dlls/shell32/enumidlist.c
+2
-2
memorystream.c
dlls/shell32/memorystream.c
+4
-3
pidl.c
dlls/shell32/pidl.c
+2
-2
shell32_main.h
dlls/shell32/shell32_main.h
+4
-5
shellfolder.h
dlls/shell32/shellfolder.h
+0
-1
shellguid.c
dlls/shell32/shellguid.c
+2
-0
shelllink.c
dlls/shell32/shelllink.c
+4
-4
shellstring.c
dlls/shell32/shellstring.c
+4
-3
shlfileop.c
dlls/shell32/shlfileop.c
+1
-1
shlfolder.c
dlls/shell32/shlfolder.c
+3
-1
shlmenu.c
dlls/shell32/shlmenu.c
+1
-0
shlview.c
dlls/shell32/shlview.c
+1
-9
shv_bg_cmenu.c
dlls/shell32/shv_bg_cmenu.c
+1
-2
systray.c
dlls/shell32/systray.c
+3
-2
regstream.c
dlls/shlwapi/regstream.c
+2
-1
shlwapi_main.c
dlls/shlwapi/shlwapi_main.c
+1
-0
string.c
dlls/shlwapi/string.c
+5
-2
dlgs.h
include/dlgs.h
+0
-2
main.h
include/main.h
+2
-0
ocidl.h
include/ocidl.h
+4
-0
ole2.h
include/ole2.h
+3
-1
oleauto.h
include/oleauto.h
+1
-0
oleidl.h
include/oleidl.h
+1
-0
shell.h
include/shell.h
+0
-95
shlobj.h
include/shlobj.h
+46
-11
shlwapi.h
include/shlwapi.h
+5
-7
windows.h
include/windows.h
+0
-1
obj_cache.h
include/wine/obj_cache.h
+0
-5
obj_channel.h
include/wine/obj_channel.h
+0
-2
obj_clientserver.h
include/wine/obj_clientserver.h
+0
-2
obj_commdlgbrowser.h
include/wine/obj_commdlgbrowser.h
+0
-6
obj_connection.h
include/wine/obj_connection.h
+0
-3
obj_contextmenu.h
include/wine/obj_contextmenu.h
+0
-5
obj_control.h
include/wine/obj_control.h
+0
-7
obj_dataobject.h
include/wine/obj_dataobject.h
+0
-4
obj_dockingwindowframe.h
include/wine/obj_dockingwindowframe.h
+0
-6
obj_dragdrop.h
include/wine/obj_dragdrop.h
+0
-5
obj_enumidlist.h
include/wine/obj_enumidlist.h
+0
-4
obj_errorinfo.h
include/wine/obj_errorinfo.h
+0
-3
obj_extracticon.h
include/wine/obj_extracticon.h
+0
-6
obj_inplace.h
include/wine/obj_inplace.h
+0
-2
obj_marshal.h
include/wine/obj_marshal.h
+0
-3
obj_misc.h
include/wine/obj_misc.h
+0
-2
obj_moniker.h
include/wine/obj_moniker.h
+0
-4
obj_oleaut.h
include/wine/obj_oleaut.h
+0
-2
obj_olefont.h
include/wine/obj_olefont.h
+0
-4
obj_oleobj.h
include/wine/obj_oleobj.h
+0
-5
obj_oleundo.h
include/wine/obj_oleundo.h
+0
-7
obj_oleview.h
include/wine/obj_oleview.h
+0
-4
obj_picture.h
include/wine/obj_picture.h
+0
-5
obj_property.h
include/wine/obj_property.h
+0
-6
obj_propertystorage.h
include/wine/obj_propertystorage.h
+0
-3
obj_queryassociations.h
include/wine/obj_queryassociations.h
+0
-3
obj_shellbrowser.h
include/wine/obj_shellbrowser.h
+0
-9
obj_shellextinit.h
include/wine/obj_shellextinit.h
+0
-7
obj_shellfolder.h
include/wine/obj_shellfolder.h
+0
-7
obj_shelllink.h
include/wine/obj_shelllink.h
+0
-4
obj_shellview.h
include/wine/obj_shellview.h
+0
-9
obj_storage.h
include/wine/obj_storage.h
+0
-4
undocshell.h
include/wine/undocshell.h
+4
-6
main.c
loader/main.c
+0
-1
dialog.c
programs/notepad/dialog.c
+0
-1
regapi.c
programs/regapi/regapi.c
+0
-1
macro.c
programs/winhelp/macro.c
+0
-3
No files found.
dlls/comctl32/imagelist.c
View file @
74af67ef
...
...
@@ -22,12 +22,13 @@
* limited in functionality too.
*/
#include "winerror.h"
#include "winbase.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "commctrl.h"
#include "imagelist.h"
#include "debugtools.h"
#include "winerror.h"
DEFAULT_DEBUG_CHANNEL
(
imagelist
);
...
...
dlls/commdlg/cdlg.h
View file @
74af67ef
...
...
@@ -88,7 +88,7 @@ typedef struct {
#define PD32_MILIMETERS 1587
#include "commctrl.h"
#include "
wine/undocshell
.h"
#include "
shlobj
.h"
#include "shellapi.h"
/* IMAGELIST */
...
...
dlls/ole32/antimoniker.c
View file @
74af67ef
...
...
@@ -8,6 +8,9 @@
#include "winbase.h"
#include "winerror.h"
#include "wine/unicode.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "debugtools.h"
...
...
dlls/ole32/bindctx.c
View file @
74af67ef
...
...
@@ -7,7 +7,11 @@
#include <string.h>
#include <assert.h>
#include "winerror.h"
#include "winbase.h"
#include "wine/unicode.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "debugtools.h"
#include "heap.h"
...
...
dlls/ole32/compositemoniker.c
View file @
74af67ef
...
...
@@ -7,6 +7,10 @@
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_inplace.h"
#include "wine/unicode.h"
#include "ole2.h"
...
...
dlls/ole32/datacache.c
View file @
74af67ef
...
...
@@ -35,6 +35,11 @@
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_dataobject.h"
#include "wine/obj_oleview.h"
#include "wine/obj_cache.h"
#include "wine/unicode.h"
...
...
dlls/ole32/errorinfo.c
View file @
74af67ef
...
...
@@ -14,6 +14,8 @@
#include "winerror.h"
#include "thread.h"
#include "debugtools.h"
#include "wine/obj_base.h"
#include "wine/obj_oleaut.h"
#include "wine/obj_errorinfo.h"
#include "wine/unicode.h"
...
...
dlls/ole32/itemmoniker.c
View file @
74af67ef
...
...
@@ -4,13 +4,15 @@
* Copyright 1999 Noomen Hamza
***************************************************************************************/
#include "wine/obj_base.h"
#include "wine/obj_moniker.h"
#include "winbase.h"
#include <assert.h>
#include "winerror.h"
#include "winbase.h"
#include "debugtools.h"
#include "wine/winestring.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_inplace.h"
#include "wine/unicode.h"
...
...
dlls/ole32/moniker.c
View file @
74af67ef
...
...
@@ -7,6 +7,11 @@
#include <assert.h>
#include "winerror.h"
#include "wtypes.h"
#include "winbase.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "wine/obj_misc.h"
#include "wine/obj_moniker.h"
#include "debugtools.h"
#include "heap.h"
...
...
dlls/ole32/ole2impl.c
View file @
74af67ef
...
...
@@ -4,10 +4,11 @@
* Copyright (C) 1999-2000 Abey George
*/
#include "
ole2
.h"
#include "
winbase
.h"
#include "wingdi.h"
#include "winuser.h"
#include "debugtools.h"
#include "ole2.h"
#include "olestd.h"
#include "winreg.h"
...
...
dlls/ole32/ole2stubs.c
View file @
74af67ef
...
...
@@ -5,13 +5,14 @@
* Move these functions to dlls/ole32/ole2impl.c when you implement them.
*/
#include "ole2.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "ole2.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
ole
)
DEFAULT_DEBUG_CHANNEL
(
ole
)
;
/******************************************************************************
* OleCreateLinkToFile [OLE32.96]
...
...
dlls/ole32/stg_bigblockfile.c
View file @
74af67ef
...
...
@@ -26,6 +26,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "ole2.h"
...
...
dlls/ole32/stg_stream.c
View file @
74af67ef
...
...
@@ -16,11 +16,10 @@
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
#include "wine/obj_storage.h"
#include "storage32.h"
DEFAULT_DEBUG_CHANNEL
(
storage
)
DEFAULT_DEBUG_CHANNEL
(
storage
)
;
/*
...
...
dlls/ole32/storage32.h
View file @
74af67ef
...
...
@@ -17,6 +17,7 @@
#include "wtypes.h"
#include "winnt.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
/*
...
...
dlls/oleaut32/connpt.c
View file @
74af67ef
...
...
@@ -9,6 +9,8 @@
#include <assert.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"
#include "olectl.h"
#include "wine/obj_base.h"
#include "wine/obj_connection.h"
...
...
dlls/oleaut32/olefont.c
View file @
74af67ef
...
...
@@ -9,6 +9,8 @@
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/unicode.h"
#include "oleauto.h"
/* for SysAllocString(....) */
#include "wine/obj_olefont.h"
...
...
dlls/olepro32/olepro32stubs.c
View file @
74af67ef
...
...
@@ -7,6 +7,7 @@
*/
#include "debugtools.h"
#include "winbase.h"
#include "ole2.h"
#include "windef.h"
...
...
dlls/shell32/classes.c
View file @
74af67ef
...
...
@@ -11,11 +11,11 @@
#include "winerror.h"
#include "winreg.h"
#include "wine/obj_queryassociations.h"
#include "shlobj.h"
#include "shell32_main.h"
#include "shlguid.h"
#include "shresdef.h"
#include "wine/obj_queryassociations.h"
DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shell32/enumidlist.c
View file @
74af67ef
...
...
@@ -8,10 +8,10 @@
#include <string.h>
#include "debugtools.h"
#include "winreg.h"
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "wine/undocshell.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "pidl.h"
#include "shlguid.h"
...
...
dlls/shell32/memorystream.c
View file @
74af67ef
...
...
@@ -11,13 +11,14 @@
#include <string.h>
#include "wine/obj_storage.h"
#include "heap.h"
#include "winbase.h"
#include "winerror.h"
#include "shlobj.h"
#include "debugtools.h"
#include "heap.h"
#include "shell32_main.h"
DEFAULT_DEBUG_CHANNEL
(
shell
)
DEFAULT_DEBUG_CHANNEL
(
shell
)
;
static
HRESULT
WINAPI
IStream_fnQueryInterface
(
IStream
*
iface
,
REFIID
riid
,
LPVOID
*
ppvObj
);
static
ULONG
WINAPI
IStream_fnAddRef
(
IStream
*
iface
);
...
...
dlls/shell32/pidl.c
View file @
74af67ef
...
...
@@ -13,15 +13,15 @@
#include <string.h>
#include "winbase.h"
#include "debugtools.h"
#include "shell.h"
#include "shlguid.h"
#include "winerror.h"
#include "winnls.h"
#include "wine/winestring.h"
#include "wine/undocshell.h"
#include "shell32_main.h"
#include "shellapi.h"
#include "pidl.h"
#include "wine/undocshell.h"
DEFAULT_DEBUG_CHANNEL
(
pidl
);
DECLARE_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shell32/shell32_main.h
View file @
74af67ef
...
...
@@ -6,7 +6,6 @@
#define __WINE_SHELL_MAIN_H
#include "commctrl.h"
#include "shell.h"
#include "docobj.h"
#include "wine/obj_shellfolder.h"
...
...
@@ -63,10 +62,6 @@ extern HRESULT (WINAPI* pRevokeDragDrop)(HWND hwnd);
*/
BOOL
WINAPI
Shell_GetImageList
(
HIMAGELIST
*
lpBigList
,
HIMAGELIST
*
lpSmallList
);
HRESULT
WINAPI
StrRetToStrNA
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
HRESULT
WINAPI
StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
HRESULT
WINAPI
StrRetToStrN
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
/* Iconcache */
#define INVALID_INDEX -1
BOOL
SIC_Initialize
(
void
);
...
...
@@ -165,6 +160,10 @@ void FreeChangeNotifications(void);
/* file operation */
BOOL
SHELL_DeleteDirectoryA
(
LPCSTR
pszDir
,
BOOL
bShowUI
);
HGLOBAL16
WINAPI
InternalExtractIcon16
(
HINSTANCE16
,
LPCSTR
,
UINT16
,
WORD
);
extern
HINSTANCE
SHELL_FindExecutable
(
LPCSTR
,
LPCSTR
,
LPSTR
);
inline
static
BOOL
SHELL_OsIsUnicode
(
void
)
{
/* if high-bit of version is 0, we are emulating NT */
...
...
dlls/shell32/shellfolder.h
View file @
74af67ef
...
...
@@ -7,7 +7,6 @@
#define __WINE_SHELLFOLDER_HELP_H
#include "winbase.h"
#include "shell.h"
#include "wine/obj_base.h"
#include "wine/obj_shellfolder.h"
...
...
dlls/shell32/shellguid.c
View file @
74af67ef
...
...
@@ -6,6 +6,8 @@
* this in in a single file due to interfering definitions
*
*/
#include "winbase.h"
#include "initguid.h"
#include "shlwapi.h"
...
...
dlls/shell32/shelllink.c
View file @
74af67ef
...
...
@@ -8,14 +8,14 @@
#include <string.h>
#include "debugtools.h"
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "wine/obj_shelllink.h"
#include "shlobj.h"
#include "wine/winestring.h"
#include "wine/undocshell.h"
#include "heap.h"
#include "winnls.h"
#include "pidl.h"
#include "shell32_main.h"
#include "shlguid.h"
...
...
dlls/shell32/shellstring.c
View file @
74af67ef
...
...
@@ -8,6 +8,7 @@
#include "debugtools.h"
#include "heap.h"
#include "shlobj.h"
#include "shlwapi.h"
#include "shellapi.h"
#include "shell32_main.h"
...
...
@@ -26,17 +27,17 @@ DEFAULT_DEBUG_CHANNEL(shell);
* NOTES
* the pidl is for STRRET OFFSET
*/
HRESULT
WINAPI
StrRetToStrNA
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
)
HRESULT
WINAPI
StrRetToStrNA
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
)
{
return
StrRetToBufA
(
src
,
pidl
,
dest
,
len
);
}
HRESULT
WINAPI
StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
)
HRESULT
WINAPI
StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
)
{
return
StrRetToBufW
(
src
,
pidl
,
dest
,
len
);
}
HRESULT
WINAPI
StrRetToStrNAW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
)
HRESULT
WINAPI
StrRetToStrNAW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
)
{
if
(
SHELL_OsIsUnicode
())
return
StrRetToStrNW
(
dest
,
len
,
src
,
pidl
);
...
...
dlls/shell32/shlfileop.c
View file @
74af67ef
...
...
@@ -4,10 +4,10 @@
#include <string.h>
#include "debugtools.h"
#include "shellapi.h"
#include "shell32_main.h"
#include "shlobj.h"
#include "shresdef.h"
#include "shell32_main.h"
#include "wine/undocshell.h"
DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shell32/shlfolder.c
View file @
74af67ef
...
...
@@ -14,11 +14,13 @@
#include "debugtools.h"
#include "winerror.h"
#include "winbase.h"
#include "oleidl.h"
#include "shlguid.h"
#include "pidl.h"
#include "wine/winestring.h"
#include "wine/obj_base.h"
#include "wine/obj_dragdrop.h"
#include "wine/obj_shellfolder.h"
...
...
@@ -30,7 +32,7 @@
#define INITGUID
#include "initguid.h"
#include "shellfolder.h"
#include "wine/obj_queryassociations.h"
DEFAULT_DEBUG_CHANNEL
(
shell
)
...
...
dlls/shell32/shlmenu.c
View file @
74af67ef
...
...
@@ -3,6 +3,7 @@
*/
#include <string.h>
#include "shlobj.h"
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "wine/obj_shellfolder.h"
...
...
dlls/shell32/shlview.c
View file @
74af67ef
...
...
@@ -27,15 +27,7 @@
#include "servprov.h"
#include "shlguid.h"
#include "wine/obj_base.h"
#include "wine/obj_shellfolder.h"
#include "wine/obj_shellview.h"
#include "wine/obj_oleview.h"
#include "wine/obj_commdlgbrowser.h"
#include "wine/obj_shellbrowser.h"
#include "wine/obj_dockingwindowframe.h"
#include "wine/obj_extracticon.h"
#include "wine/obj_dragdrop.h"
#include "shlobj.h"
#include "wine/undocshell.h"
#include "shresdef.h"
#include "debugtools.h"
...
...
dlls/shell32/shv_bg_cmenu.c
View file @
74af67ef
...
...
@@ -16,10 +16,9 @@
#include "shell32_main.h"
#include "shellfolder.h"
#include "shell.h"
/* DROPFILESTRUCT */
#include "wine/undocshell.h"
DEFAULT_DEBUG_CHANNEL
(
shell
)
DEFAULT_DEBUG_CHANNEL
(
shell
)
;
/**************************************************************************
* IContextMenu Implementation
...
...
dlls/shell32/systray.c
View file @
74af67ef
...
...
@@ -13,12 +13,13 @@
#include <stdlib.h>
#include <string.h>
#include "heap.h"
#include "wine/winestring.h"
#include "shlobj.h"
#include "shellapi.h"
#include "shell32_main.h"
#include "windows.h"
#include "commctrl.h"
#include "debugtools.h"
#include "heap.h"
#include "config.h"
DEFAULT_DEBUG_CHANNEL
(
shell
)
...
...
dlls/shlwapi/regstream.c
View file @
74af67ef
...
...
@@ -4,8 +4,9 @@
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "winreg.h"
#include "
wine/obj_storage
.h"
#include "
shlobj
.h"
#include "heap.h"
#include "debugtools.h"
...
...
dlls/shlwapi/shlwapi_main.c
View file @
74af67ef
...
...
@@ -10,6 +10,7 @@
#include "debugtools.h"
#include "initguid.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shlwapi/string.c
View file @
74af67ef
...
...
@@ -5,10 +5,13 @@
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "shlwapi.h"
#include "shlobj.h"
#include "wine/unicode.h"
#include "wine/winestring.h"
#include "heap.h"
#include "debugtools.h"
...
...
@@ -332,7 +335,7 @@ LPWSTR WINAPI StrCatBuffW(LPWSTR front, LPCWSTR back, INT size)
* NOTES
* the pidl is for STRRET OFFSET
*/
HRESULT
WINAPI
StrRetToBufA
(
LPSTRRET
src
,
LPITEMIDLIST
pidl
,
LPSTR
dest
,
DWORD
len
)
HRESULT
WINAPI
StrRetToBufA
(
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
,
LPSTR
dest
,
DWORD
len
)
{
TRACE
(
"dest=0x%p len=0x%lx strret=0x%p pidl=%p stub
\n
"
,
dest
,
len
,
src
,
pidl
);
...
...
@@ -370,7 +373,7 @@ HRESULT WINAPI StrRetToBufA (LPSTRRET src, LPITEMIDLIST pidl, LPSTR dest, DWORD
* NOTES
* the pidl is for STRRET OFFSET
*/
HRESULT
WINAPI
StrRetToBufW
(
LPSTRRET
src
,
LPITEMIDLIST
pidl
,
LPWSTR
dest
,
DWORD
len
)
HRESULT
WINAPI
StrRetToBufW
(
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
,
LPWSTR
dest
,
DWORD
len
)
{
TRACE
(
"dest=0x%p len=0x%lx strret=0x%p pidl=%p stub
\n
"
,
dest
,
len
,
src
,
pidl
);
...
...
include/dlgs.h
View file @
74af67ef
...
...
@@ -5,8 +5,6 @@
#ifndef __WINE_DLGS_H
#define __WINE_DLGS_H
#include "wine/obj_shellview.h"
#define ctlFirst 0x0400
#define ctlLast 0x04ff
/* Push buttons */
...
...
include/main.h
View file @
74af67ef
...
...
@@ -14,4 +14,6 @@ extern void MAIN_ParseDebugOptions(const char *options);
extern
BOOL
RELAY_Init
(
void
);
extern
int
RELAY_ShowDebugmsgRelay
(
const
char
*
func
);
extern
void
SHELL_LoadRegistry
(
void
);
#endif
/* __WINE_MAIN_H */
include/ocidl.h
View file @
74af67ef
#ifndef __WINE_OCIDL_H
#define __WINE_OCIDL_H
#include "windows.h"
#include "ole2.h"
#include "wine/obj_base.h"
/* the following depend only on obj_base.h */
#include "wine/obj_storage.h"
#include "wine/obj_oleaut.h"
#include "wine/obj_olefont.h"
#include "wine/obj_picture.h"
...
...
include/ole2.h
View file @
74af67ef
...
...
@@ -7,9 +7,11 @@
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_
base
.h"
#include "wine/obj_
dataobject
.h"
#include "wine/obj_dragdrop.h"
#include "wine/obj_inplace.h"
#include "wine/obj_oleobj.h"
...
...
include/oleauto.h
View file @
74af67ef
...
...
@@ -2,6 +2,7 @@
#define __WINE_OLEAUTO_H
#include "wtypes.h"
#include "wine/obj_base.h"
#include "wine/obj_oleaut.h"
#include "wine/obj_errorinfo.h"
...
...
include/oleidl.h
View file @
74af67ef
...
...
@@ -3,6 +3,7 @@
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
/* the following depend only on obj_base.h */
#include "wine/obj_storage.h"
...
...
include/shell.h
deleted
100644 → 0
View file @
60e17529
/*
* Shell Library definitions
*/
#ifndef __WINE_SHELL_H
#define __WINE_SHELL_H
#include "windef.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
/****************************************************************************
* shell 16
*/
extern
void
SHELL_LoadRegistry
(
void
);
/* global functions used from shell32 */
extern
HINSTANCE
SHELL_FindExecutable
(
LPCSTR
,
LPCSTR
,
LPSTR
);
extern
HGLOBAL16
WINAPI
InternalExtractIcon16
(
HINSTANCE16
,
LPCSTR
,
UINT16
,
WORD
);
/****************************************************************************
* shell 32
*/
/****************************************************************************
* common return codes
*/
#define SHELL_ERROR_SUCCESS 0L
#define SHELL_ERROR_BADDB 1L
#define SHELL_ERROR_BADKEY 2L
#define SHELL_ERROR_CANTOPEN 3L
#define SHELL_ERROR_CANTREAD 4L
#define SHELL_ERROR_CANTWRITE 5L
#define SHELL_ERROR_OUTOFMEMORY 6L
#define SHELL_ERROR_INVALID_PARAMETER 7L
#define SHELL_ERROR_ACCESS_DENIED 8L
/****************************************************************************
* common shell file structures
*/
/******************************
* DRAG&DROP API
*/
typedef
struct
{
/* structure for dropped files */
WORD
wSize
;
POINT16
ptMousePos
;
BOOL16
fInNonClientArea
;
/* memory block with filenames follows */
}
DROPFILESTRUCT16
,
*
LPDROPFILESTRUCT16
;
typedef
struct
{
/* structure for dropped files */
DWORD
lSize
;
POINT
ptMousePos
;
BOOL
fInNonClientArea
;
BOOL
fWideChar
;
/* memory block with filenames follows */
}
DROPFILESTRUCT
,
*
LPDROPFILESTRUCT
;
/****************************************************************************
* SHITEMID, ITEMIDLIST, PIDL API
*/
#include "pshpack1.h"
typedef
struct
{
WORD
cb
;
/* nr of bytes in this item */
BYTE
abID
[
1
];
/* first byte in this item */
}
SHITEMID
,
*
LPSHITEMID
;
typedef
LPSHITEMID
const
LPCSHITEMID
;
typedef
struct
{
SHITEMID
mkid
;
/* first itemid in list */
}
ITEMIDLIST
,
*
LPITEMIDLIST
,
*
LPCITEMIDLIST
;
#include "poppack.h"
BOOL
WINAPI
SHGetPathFromIDListA
(
LPCITEMIDLIST
pidl
,
LPSTR
pszPath
);
BOOL
WINAPI
SHGetPathFromIDListW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pszPath
);
#define SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
/****************************************************************************
* SHAddToRecentDocs API
*/
#define SHARD_PIDL 0x00000001L
#define SHARD_PATH 0x00000002L
DWORD
WINAPI
SHAddToRecentDocs
(
UINT
uFlags
,
LPCVOID
pv
);
/****************************************************************************
* other functions
*/
#ifdef __cplusplus
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* __WINE_SHELL_H */
include/shlobj.h
View file @
74af67ef
#ifndef __WINE_SHLOBJ_H
#define __WINE_SHLOBJ_H
#include "wine/obj_base.h"
#include "wine/obj_shelllink.h"
#include "wine/obj_shellfolder.h"
#include "wine/obj_shellbrowser.h"
#include "wine/obj_contextmenu.h"
#include "wine/obj_shellextinit.h"
#include "wine/obj_extracticon.h"
#include "wine/obj_commdlgbrowser.h"
#include "wine/obj_dockingwindowframe.h"
#include "windef.h"
#include "winbase.h"
/* WIN32_FIND_* */
#include "ole2.h"
#include "shell.h"
#include "commctrl.h"
#include "prsht.h"
...
...
@@ -22,6 +11,42 @@
extern
"C"
{
#endif
/* defined(__cplusplus) */
/****************************************************************************
* SHITEMID, ITEMIDLIST, PIDL API
*/
#include "pshpack1.h"
typedef
struct
{
WORD
cb
;
/* nr of bytes in this item */
BYTE
abID
[
1
];
/* first byte in this item */
}
SHITEMID
,
*
LPSHITEMID
;
typedef
LPSHITEMID
const
LPCSHITEMID
;
typedef
struct
_ITEMIDLIST
{
SHITEMID
mkid
;
/* first itemid in list */
}
ITEMIDLIST
,
*
LPITEMIDLIST
,
*
LPCITEMIDLIST
;
#include "poppack.h"
BOOL
WINAPI
SHGetPathFromIDListA
(
LPCITEMIDLIST
pidl
,
LPSTR
pszPath
);
BOOL
WINAPI
SHGetPathFromIDListW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pszPath
);
#define SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "wine/obj_inplace.h"
#include "wine/obj_oleaut.h"
#include "wine/obj_shellfolder.h"
#include "wine/obj_shellview.h"
#include "wine/obj_shelllink.h"
#include "wine/obj_shellbrowser.h"
#include "wine/obj_contextmenu.h"
#include "wine/obj_shellextinit.h"
#include "wine/obj_extracticon.h"
#include "wine/obj_commdlgbrowser.h"
#include "wine/obj_dockingwindowframe.h"
/*****************************************************************************
* Predeclare interfaces
*/
...
...
@@ -96,6 +121,16 @@ ICOM_DEFINE(IShellIcon, IUnknown)
#define IShellIcon_GetIconOf(p,a,b,c) ICOM_CALL3(GetIconOf,p,a,b,c)
/****************************************************************************
* SHAddToRecentDocs API
*/
#define SHARD_PIDL 0x00000001L
#define SHARD_PATHA 0x00000002L
#define SHARD_PATHW 0x00000003L
#define SHARD_PATH WINELIB_NAME_AW(SHARD_PATH)
DWORD
WINAPI
SHAddToRecentDocs
(
UINT
uFlags
,
LPCVOID
pv
);
/****************************************************************************
* Shell Execute API
*/
#define SE_ERR_FNF 2
/* file not found */
...
...
include/shlwapi.h
View file @
74af67ef
#ifndef __WINE_SHLWAPI_H
#define __WINE_SHLWAPI_H
#include "windef.h"
#include "wine/obj_queryassociations.h"
#include "wine/obj_shellfolder.h"
#include "objbase.h"
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -113,10 +111,10 @@ LPSTR WINAPI StrDupA(LPCSTR lpSrc);
LPWSTR
WINAPI
StrDupW
(
LPCWSTR
lpSrc
);
#define StrDup WINELIB_NAME_AW(StrDup)
HRESULT
WINAPI
StrRetToBufA
(
LPSTRRET
src
,
LPITEMIDLIST
pidl
,
LPSTR
dest
,
DWORD
len
)
;
HRESULT
WINAPI
StrRetToBuf
W
(
LPSTRRET
src
,
LPITEMIDLIST
pidl
,
LPWSTR
dest
,
DWORD
len
);
struct
_STRRET
;
struct
_ITEMIDLIST
;
HRESULT
WINAPI
StrRetToBuf
A
(
struct
_STRRET
*
src
,
const
struct
_ITEMIDLIST
*
pidl
,
LPSTR
dest
,
DWORD
len
);
HRESULT
WINAPI
StrRetToBufW
(
struct
_STRRET
*
src
,
const
struct
_ITEMIDLIST
*
pidl
,
LPWSTR
dest
,
DWORD
len
);
#define StrRetToBuf WINELIB_NAME_AW(StrRetToBuf)
void
WINAPI
PathRemoveBlanksA
(
LPSTR
lpszPath
);
...
...
include/windows.h
View file @
74af67ef
...
...
@@ -9,7 +9,6 @@ extern "C" {
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "shell.h"
#include "winreg.h"
#include "winnetwk.h"
#include "winver.h"
...
...
include/wine/obj_cache.h
View file @
74af67ef
...
...
@@ -7,11 +7,6 @@
#ifndef __WINE_WINE_OBJ_CACHE_H
#define __WINE_WINE_OBJ_CACHE_H
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_dataobject.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_channel.h
View file @
74af67ef
...
...
@@ -5,8 +5,6 @@
#ifndef __WINE_WINE_OBJ_CHANNEL_H
#define __WINE_WINE_OBJ_CHANNEL_H
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_clientserver.h
View file @
74af67ef
...
...
@@ -5,8 +5,6 @@
#ifndef __WINE_WINE_OBJ_CLIENTSERVER_H
#define __WINE_WINE_OBJ_CLIENTSERVER_H
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_commdlgbrowser.h
View file @
74af67ef
...
...
@@ -5,12 +5,6 @@
#ifndef __WINE_WINE_OBJ_COMMDLGBROWSER_H
#define __WINE_WINE_OBJ_COMMDLGBROWSER_H
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#include "wine/obj_shellview.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_connection.h
View file @
74af67ef
...
...
@@ -7,9 +7,6 @@
#ifndef __WINE_WINE_OBJ_CONNECTION_H
#define __WINE_WINE_OBJ_CONNECTION_H
#include "wine/obj_base.h"
#include "winbase.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_contextmenu.h
View file @
74af67ef
...
...
@@ -9,11 +9,6 @@
#ifndef __WINE_WINE_OBJ_CONTEXTMENU_H
#define __WINE_WINE_OBJ_CONTEXTMENU_H
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_control.h
View file @
74af67ef
...
...
@@ -7,13 +7,6 @@
#ifndef __WINE_WINE_OBJ_CONTROL_H
#define __WINE_WINE_OBJ_CONTROL_H
#include "winbase.h"
#include "wine/obj_oleaut.h"
/* for DISPID */
#include "wine/obj_oleview.h"
#include "wine/obj_inplace.h"
#include "wine/obj_dragdrop.h"
struct
tagMSG
;
#ifdef __cplusplus
...
...
include/wine/obj_dataobject.h
View file @
74af67ef
...
...
@@ -6,10 +6,6 @@
#ifndef __WINE_WINE_OBJ_DATAOBJECT_H
#define __WINE_WINE_OBJ_DATAOBJECT_H
#include "wine/obj_base.h"
#include "wine/obj_moniker.h"
#include "wine/obj_storage.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_dockingwindowframe.h
View file @
74af67ef
...
...
@@ -5,12 +5,6 @@
#ifndef __WINE_WINE_OBJ_DOCKINGWINDOWFRAME_H
#define __WINE_WINE_OBJ_DOCKINGWINDOWFRAME_H
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#include "wine/obj_inplace.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_dragdrop.h
View file @
74af67ef
...
...
@@ -5,11 +5,6 @@
#ifndef __WINE_WINE_OBJ_DRAGDROP_H
#define __WINE_WINE_OBJ_DRAGDROP_H
#include "winnt.h"
#include "windef.h"
#include "wine/obj_base.h"
#include "wine/obj_dataobject.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_enumidlist.h
View file @
74af67ef
...
...
@@ -7,10 +7,6 @@
#ifndef __WINE_WINE_OBJ_ENUMIDLIST_H
#define __WINE_WINE_OBJ_ENUMIDLIST_H
#include "wine/obj_base.h"
#include "shell.h"
#include "winbase.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_errorinfo.h
View file @
74af67ef
...
...
@@ -5,9 +5,6 @@
#ifndef __WINE_WINE_OBJ_ERRORINFO_H
#define __WINE_WINE_OBJ_ERRORINFO_H
#include "wine/obj_base.h"
#include "wine/obj_oleaut.h"
DEFINE_GUID
(
IID_IErrorInfo
,
0x1CF2B120
,
0x547D
,
0x101B
,
0x8E
,
0x65
,
0x08
,
0x00
,
0x2B
,
0x2B
,
0xD1
,
0x19
);
typedef
struct
IErrorInfo
IErrorInfo
,
*
LPERRORINFO
;
...
...
include/wine/obj_extracticon.h
View file @
74af67ef
...
...
@@ -5,12 +5,6 @@
#ifndef __WINE_WINE_OBJ_EXTRACTICON_H
#define __WINE_WINE_OBJ_EXTRACTICON_H
#include "winbase.h"
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_inplace.h
View file @
74af67ef
...
...
@@ -7,9 +7,7 @@
#ifndef __WINE_WINE_OBJ_INPLACE_H
#define __WINE_WINE_OBJ_INPLACE_H
struct
tagMSG
;
#include "wine/obj_moniker.h"
#ifdef __cplusplus
extern
"C"
{
...
...
include/wine/obj_marshal.h
View file @
74af67ef
...
...
@@ -6,9 +6,6 @@
#ifndef __WINE_WINE_OBJ_MARSHAL_H
#define __WINE_WINE_OBJ_MARSHAL_H
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_misc.h
View file @
74af67ef
...
...
@@ -8,8 +8,6 @@
#ifndef __WINE_WINE_OBJ_MISC_H
#define __WINE_WINE_OBJ_MISC_H
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_moniker.h
View file @
74af67ef
...
...
@@ -4,10 +4,6 @@
#ifndef __WINE_WINE_OBJ_MONIKER_H
#define __WINE_WINE_OBJ_MONIKER_H
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "wine/obj_misc.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_oleaut.h
View file @
74af67ef
...
...
@@ -5,8 +5,6 @@
#ifndef __WINE_WINE_OBJ_OLEAUT_H
#define __WINE_WINE_OBJ_OLEAUT_H
#include "wine/obj_base.h"
/*****************************************************************************
* Predeclare the interfaces
*/
...
...
include/wine/obj_olefont.h
View file @
74af67ef
...
...
@@ -7,10 +7,6 @@
#ifndef __WINE_WINE_OBJ_OLEFONT_H
#define __WINE_WINE_OBJ_OLEFONT_H
#include "wine/obj_oleaut.h"
#include "wine/obj_base.h"
#include "wingdi.h"
/* TEXTMETRIC*/
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_oleobj.h
View file @
74af67ef
...
...
@@ -7,11 +7,6 @@
#ifndef __WINE_WINE_OBJ_OLEOBJ_H
#define __WINE_WINE_OBJ_OLEOBJ_H
#include "wine/obj_moniker.h"
#include "wine/obj_inplace.h"
#include "wine/obj_dataobject.h"
struct
tagMSG
;
struct
tagLOGPALETTE
;
...
...
include/wine/obj_oleundo.h
View file @
74af67ef
...
...
@@ -7,13 +7,6 @@
#ifndef __WINE_WINE_OBJ_OLEUNDO_H
#define __WINE_WINE_OBJ_OLEUNDO_H
#include "wine/obj_base.h"
#include "wine/obj_dataobject.h"
#include "wine/obj_inplace.h"
#include "wine/obj_olefont.h"
#include "wine/obj_property.h"
#include "winbase.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_oleview.h
View file @
74af67ef
...
...
@@ -6,10 +6,6 @@
#ifndef __WINE_WINE_OBJ_OLEVIEW_H
#define __WINE_WINE_OBJ_OLEVIEW_H
#include "wine/obj_base.h"
#include "wine/obj_dataobject.h"
struct
tagLOGPALETTE
;
#ifdef __cplusplus
...
...
include/wine/obj_picture.h
View file @
74af67ef
...
...
@@ -7,11 +7,6 @@
#ifndef __WINE_WINE_OBJ_PICTURE_H
#define __WINE_WINE_OBJ_PICTURE_H
#include "wine/obj_base.h"
#include "wine/obj_oleaut.h"
#include "windows.h"
#include "windef.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_property.h
View file @
74af67ef
...
...
@@ -7,12 +7,6 @@
#ifndef __WINE_WINE_OBJ_PROPERTY_H
#define __WINE_WINE_OBJ_PROPERTY_H
#include "wine/obj_oleaut.h"
/* for DISPID */
#include "wine/obj_storage.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_propertystorage.h
View file @
74af67ef
...
...
@@ -5,9 +5,6 @@
#ifndef __WINE_WINE_OBJ_PROPERTYSTORAGE_H
#define __WINE_WINE_OBJ_PROPERTYSTORAGE_H
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_queryassociations.h
View file @
74af67ef
...
...
@@ -5,9 +5,6 @@
#ifndef __WINE_WINE_OBJ_QUERYASSOCIATIONS_H
#define __WINE_WINE_OBJ_QUERYASSOCIATIONS_H
#include "winbase.h"
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_shellbrowser.h
View file @
74af67ef
...
...
@@ -5,15 +5,6 @@
#ifndef __WINE_WINE_OBJ_SHELLBROWSER_H
#define __WINE_WINE_OBJ_SHELLBROWSER_H
#include "winbase.h"
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#include "wine/obj_inplace.h"
/* IOleWindow */
#include "wine/obj_shellview.h"
/* IShellView */
#include "commctrl.h"
/* TBBUTTON */
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_shellextinit.h
View file @
74af67ef
...
...
@@ -5,13 +5,6 @@
#ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
#define __WINE_WINE_OBJ_SHELLEXTINIT_H
#include "shell.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#include "wine/obj_dataobject.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_shellfolder.h
View file @
74af67ef
...
...
@@ -7,13 +7,6 @@
#ifndef __WINE_WINE_OBJ_SHELLFOLDER_H
#define __WINE_WINE_OBJ_SHELLFOLDER_H
#include "wine/obj_base.h"
#include "wine/obj_moniker.h"
/* for LPBC */
#include "wine/obj_enumidlist.h"
#include "wine/obj_oleaut.h"
#include "winbase.h"
#include "shell.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_shelllink.h
View file @
74af67ef
...
...
@@ -7,10 +7,6 @@
#ifndef __WINE_WINE_OBJ_SHELLLINK_H
#define __WINE_WINE_OBJ_SHELLLINK_H
#include "wine/obj_base.h"
#include "winbase.h"
#include "shell.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_shellview.h
View file @
74af67ef
...
...
@@ -5,15 +5,6 @@
#ifndef __WINE_WINE_OBJ_SHELLVIEW_H
#define __WINE_WINE_OBJ_SHELLVIEW_H
#include "winbase.h"
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/obj_base.h"
#include "wine/obj_inplace.h"
#include "wine/obj_shellfolder.h"
#include "prsht.h"
/* LPFNADDPROPSHEETPAGE */
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/obj_storage.h
View file @
74af67ef
...
...
@@ -5,10 +5,6 @@
#ifndef __WINE_WINE_OBJ_STORAGE_H
#define __WINE_WINE_OBJ_STORAGE_H
#include "winnt.h"
#include "wine/obj_base.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/wine/undocshell.h
View file @
74af67ef
...
...
@@ -3,9 +3,7 @@
#include "windef.h"
#include "commctrl.h"
#include "wine/obj_shellfolder.h"
#include "wine/obj_shellview.h"
#include "wine/obj_dragdrop.h"
#include "shlobj.h"
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -98,19 +96,19 @@ HRESULT WINAPI StrRetToStrNA (
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
const
ITEMIDLIST
*
pidl
);
HRESULT
WINAPI
StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
const
ITEMIDLIST
*
pidl
);
HRESULT
WINAPI
StrRetToStrNAW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
);
const
ITEMIDLIST
*
pidl
);
/****************************************************************************
...
...
loader/main.c
View file @
74af67ef
...
...
@@ -14,7 +14,6 @@
#include "drive.h"
#include "file.h"
#include "options.h"
#include "shell.h"
#include "debugtools.h"
#include "server.h"
#include "loadorder.h"
...
...
programs/notepad/dialog.c
View file @
74af67ef
...
...
@@ -12,7 +12,6 @@
#include <winerror.h>
#ifdef WINELIB
#include "shell.h"
#include "options.h"
#endif
...
...
programs/regapi/regapi.c
View file @
74af67ef
...
...
@@ -14,7 +14,6 @@
#include <winerror.h>
#include <winnt.h>
#include <string.h>
#include <shell.h>
/******************************************************************************
* Defines and consts
...
...
programs/winhelp/macro.c
View file @
74af67ef
...
...
@@ -7,9 +7,6 @@
#include <stdio.h>
#include "windows.h"
#include "commdlg.h"
#ifdef WINELIB
#include "shell.h"
#endif
#include "winhelp.h"
#include "macro.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