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
86ac4583
Commit
86ac4583
authored
Jul 31, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jul 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: TVS_EX_NOSINGLECOLLAPSE is documented.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0f2a776a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
explorerframe_main.h
dlls/explorerframe/explorerframe_main.h
+0
-3
nstc.c
dlls/explorerframe/tests/nstc.c
+0
-3
commctrl.h
include/commctrl.h
+1
-0
No files found.
dlls/explorerframe/explorerframe_main.h
View file @
86ac4583
...
...
@@ -25,9 +25,6 @@
#include "shlobj.h"
/* Not declared in commctrl.h ("for internal use (msdn)") */
#define TVS_EX_NOSINGLECOLLAPSE 0x0001
extern
HINSTANCE
explorerframe_hinstance
DECLSPEC_HIDDEN
;
extern
LONG
EFRAME_refCount
DECLSPEC_HIDDEN
;
...
...
dlls/explorerframe/tests/nstc.c
View file @
86ac4583
...
...
@@ -30,9 +30,6 @@
static
HWND
hwnd
;
/* "Intended for internal use" */
#define TVS_EX_NOSINGLECOLLAPSE 0x1
static
HRESULT
(
WINAPI
*
pSHCreateShellItem
)(
LPCITEMIDLIST
,
IShellFolder
*
,
LPCITEMIDLIST
,
IShellItem
**
);
static
HRESULT
(
WINAPI
*
pSHGetIDListFromObject
)(
IUnknown
*
,
PIDLIST_ABSOLUTE
*
);
static
HRESULT
(
WINAPI
*
pSHCreateItemFromParsingName
)(
PCWSTR
,
IBindCtx
*
,
REFIID
,
void
**
);
...
...
include/commctrl.h
View file @
86ac4583
...
...
@@ -2409,6 +2409,7 @@ static const WCHAR WC_TREEVIEWW[] = { 'S','y','s',
#define TVS_SHAREDIMAGELISTS 0x0000
#define TVS_PRIVATEIMAGELISTS 0x0400
#define TVS_EX_NOSINGLECOLLAPSE 0x0001
#define TVS_EX_MULTISELECT 0x0002
#define TVS_EX_DOUBLEBUFFER 0x0004
#define TVS_EX_NOINDENTSTATE 0x0008
...
...
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