Commit 86ac4583 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: TVS_EX_NOSINGLECOLLAPSE is documented.

parent 0f2a776a
......@@ -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;
......
......@@ -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**);
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment