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
1e008441
Commit
1e008441
authored
Jul 13, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explorerframe: Use nameless unions/structs.
parent
4ca6d95a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
nstc.c
dlls/explorerframe/nstc.c
+1
-3
No files found.
dlls/explorerframe/nstc.c
View file @
1e008441
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
#include <stdarg.h>
#include <stdarg.h>
#define COBJMACROS
#define COBJMACROS
#define NONAMELESSUNION
#include "winerror.h"
#include "winerror.h"
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
@@ -333,7 +331,7 @@ static HTREEITEM insert_shellitem(NSTC2Impl *This, IShellItem *psi,
...
@@ -333,7 +331,7 @@ static HTREEITEM insert_shellitem(NSTC2Impl *This, IShellItem *psi,
HTREEITEM
hParent
,
HTREEITEM
hInsertAfter
)
HTREEITEM
hParent
,
HTREEITEM
hInsertAfter
)
{
{
TVINSERTSTRUCTW
tvins
;
TVINSERTSTRUCTW
tvins
;
TVITEMEXW
*
tvi
=
&
tvins
.
u
.
itemex
;
TVITEMEXW
*
tvi
=
&
tvins
.
itemex
;
HTREEITEM
hinserted
;
HTREEITEM
hinserted
;
TRACE
(
"%p (%p, %p)
\n
"
,
psi
,
hParent
,
hInsertAfter
);
TRACE
(
"%p (%p, %p)
\n
"
,
psi
,
hParent
,
hInsertAfter
);
...
...
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