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
539644ad
Commit
539644ad
authored
Nov 05, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove "stub" from traces.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ef1e187a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
15 deletions
+10
-15
pidl.c
dlls/shell32/pidl.c
+2
-2
shellstring.c
dlls/shell32/shellstring.c
+1
-1
shlview.c
dlls/shell32/shlview.c
+7
-12
No files found.
dlls/shell32/pidl.c
View file @
539644ad
...
...
@@ -1105,7 +1105,7 @@ HRESULT WINAPI SHGetDataFromIDListA(LPSHELLFOLDER psf, LPCITEMIDLIST pidl,
LPSTR
filename
,
shortname
;
WIN32_FIND_DATAA
*
pfd
;
TRACE_
(
shell
)(
"
sf=%p pidl=%p 0x%04x %p 0x%04x stub
\n
"
,
psf
,
pidl
,
nFormat
,
dest
,
len
);
TRACE_
(
shell
)(
"
%p, %p, %d, %p, %d.
\n
"
,
psf
,
pidl
,
nFormat
,
dest
,
len
);
pdump
(
pidl
);
if
(
!
psf
||
!
dest
)
...
...
@@ -1163,7 +1163,7 @@ HRESULT WINAPI SHGetDataFromIDListW(LPSHELLFOLDER psf, LPCITEMIDLIST pidl,
LPSTR
filename
,
shortname
;
WIN32_FIND_DATAW
*
pfd
=
dest
;
TRACE_
(
shell
)(
"
sf=%p pidl=%p 0x%04x %p 0x%04x stub
\n
"
,
psf
,
pidl
,
nFormat
,
dest
,
len
);
TRACE_
(
shell
)(
"
%p, %p, %d, %p, %d.
\n
"
,
psf
,
pidl
,
nFormat
,
dest
,
len
);
pdump
(
pidl
);
...
...
dlls/shell32/shellstring.c
View file @
539644ad
...
...
@@ -269,7 +269,7 @@ DWORD WINAPI CheckEscapesW(
DWORD
size
=
lstrlenW
(
string
);
LPWSTR
s
,
d
;
TRACE
(
"
(%s %d) stub
\n
"
,
debugstr_w
(
string
),
len
);
TRACE
(
"
%s, %u.
\n
"
,
debugstr_w
(
string
),
len
);
if
(
StrPBrkW
(
string
,
strEscapedChars
)
&&
size
+
2
<=
len
)
{
...
...
dlls/shell32/shlview.c
View file @
539644ad
...
...
@@ -778,13 +778,9 @@ static HMENU ShellView_BuildFileMenu(IShellViewImpl * This)
TRACE
(
"-- return (menu=%p)
\n
"
,
hSubMenu
);
return
hSubMenu
;
}
/**********************************************************
* ShellView_MergeFileMenu()
*/
static
void
ShellView_MergeFileMenu
(
IShellViewImpl
*
This
,
HMENU
hSubMenu
)
{
TRACE
(
"(%p)->(submenu=%p) stub
\n
"
,
This
,
hSubMenu
);
if
(
hSubMenu
)
{
static
const
WCHAR
dummyW
[]
=
{
'd'
,
'u'
,
'm'
,
'm'
,
'y'
,
'4'
,
'5'
,
0
};
...
...
@@ -806,8 +802,6 @@ static void ShellView_MergeFileMenu(IShellViewImpl *This, HMENU hSubMenu)
mii
.
fType
=
MFT_STRING
;
InsertMenuItemW
(
hSubMenu
,
0
,
TRUE
,
&
mii
);
}
TRACE
(
"--
\n
"
);
}
/**********************************************************
...
...
@@ -989,7 +983,7 @@ static void ShellView_DoContextMenu(IShellViewImpl * This, WORD x, WORD y, BOOL
LPCONTEXTMENU
pContextMenu
=
NULL
;
CMINVOKECOMMANDINFO
cmi
;
TRACE
(
"
(%p)->(0x%08x 0x%08x 0x%08x) stub
\n
"
,
This
,
x
,
y
,
bDefault
);
TRACE
(
"
%p, %d, %d, %d.
\n
"
,
This
,
x
,
y
,
bDefault
);
/* look, what's selected and create a context menu object of it*/
if
(
ShellView_GetSelections
(
This
)
)
...
...
@@ -1230,7 +1224,7 @@ static LRESULT ShellView_OnSetFocus(IShellViewImpl * This)
*/
static
LRESULT
ShellView_OnKillFocus
(
IShellViewImpl
*
This
)
{
TRACE
(
"
(%p) stub
\n
"
,
This
);
TRACE
(
"
%p.
\n
"
,
This
);
ShellView_OnActivate
(
This
,
SVUIA_ACTIVATE_NOFOCUS
);
/* Notify the ICommDlgBrowser */
...
...
@@ -1870,7 +1864,7 @@ static HRESULT WINAPI IShellView_fnUIActivate(IShellView3 *iface, UINT uState)
LRESULT
lResult
;
int
nPartArray
[
1
]
=
{
-
1
};
TRACE
(
"
(%p)->(state=%x) stub
\n
"
,
This
,
uState
);
TRACE
(
"
%p, %d.
\n
"
,
This
,
uState
);
/*don't do anything if the state isn't really changing*/
if
(
This
->
uState
==
uState
)
...
...
@@ -2677,7 +2671,7 @@ static ULONG WINAPI FolderView_Release(IFolderView2 *iface)
static
HRESULT
WINAPI
FolderView_GetCurrentViewMode
(
IFolderView2
*
iface
,
UINT
*
mode
)
{
IShellViewImpl
*
This
=
impl_from_IFolderView2
(
iface
);
TRACE
(
"
(%p)->(%p), stub
\n
"
,
This
,
mode
);
TRACE
(
"
%p, %p.
\n
"
,
This
,
mode
);
if
(
!
mode
)
return
E_INVALIDARG
;
...
...
@@ -2690,7 +2684,8 @@ static HRESULT WINAPI FolderView_SetCurrentViewMode(IFolderView2 *iface, UINT mo
{
IShellViewImpl
*
This
=
impl_from_IFolderView2
(
iface
);
DWORD
dwStyle
;
TRACE
(
"(%p)->(%u), stub
\n
"
,
This
,
mode
);
TRACE
(
"%p, %u.
\n
"
,
This
,
mode
);
if
((
mode
<
FVM_FIRST
||
mode
>
FVM_LAST
)
&&
(
mode
!=
FVM_AUTO
))
...
...
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