summaryrefslogtreecommitdiffstats
path: root/docs/release/src/osd/winui/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/src/osd/winui/treeview.h')
-rw-r--r--docs/release/src/osd/winui/treeview.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/release/src/osd/winui/treeview.h b/docs/release/src/osd/winui/treeview.h
index 0ea08fb592c..3a0529bc5d4 100644
--- a/docs/release/src/osd/winui/treeview.h
+++ b/docs/release/src/osd/winui/treeview.h
@@ -19,7 +19,7 @@
#undef TreeView_HitTest
#define TreeView_HitTest(hwnd, lpht) \
- (HTREEITEM)(LRESULT)(int)SNDMSG((hwnd), TVM_HITTEST, 0, (LPARAM)(LPTV_HITTESTINFO)(lpht))
+ (HTREEITEM)(LRESULT)(int)SNDMSG((hwnd), TVM_HITTEST, 0, (LPARAM)(LPTV_HITTESTINFO)(lpht))
/* fix wrong return type */
#undef TreeView_Select
@@ -27,7 +27,7 @@
#undef TreeView_EditLabel
#define TreeView_EditLabel(w, i) \
- SNDMSG(w,TVM_EDITLABEL,0,(LPARAM)(i))
+ SNDMSG(w,TVM_EDITLABEL,0,(LPARAM)(i))
#endif /* defined(__GNUC__) */
#include "bitmask.h"
@@ -55,10 +55,10 @@ typedef const FOLDERDATA *LPCFOLDERDATA;
typedef struct
{
- DWORD m_dwFilterType; /* Filter value */
- DWORD m_dwCtrlID; /* Control ID that represents it */
- BOOL (*m_pfnQuery)(uint32_t nDriver); /* Query function */
- BOOL m_bExpectedResult; /* Expected query result */
+ DWORD m_dwFilterType; /* Filter value */
+ DWORD m_dwCtrlID; /* Control ID that represents it */
+ BOOL (*m_pfnQuery)(uint32_t nDriver); /* Query function */
+ BOOL m_bExpectedResult; /* Expected query result */
} FILTER_ITEM, *LPFILTER_ITEM;
typedef const FILTER_ITEM *LPCFILTER_ITEM;