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
e32be24d
Commit
e32be24d
authored
Feb 10, 1999
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
More types for common controls. Needed for Winelib.
parent
93217c60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
commctrl.h
include/commctrl.h
+12
-0
No files found.
include/commctrl.h
View file @
e32be24d
...
...
@@ -678,6 +678,7 @@ typedef struct tagNMHEADER32W
#define NMHEADER WINELIB_NAME_AW(NMHEADER)
#define LPNMHEADER WINELIB_NAME_AW(LPNMHEADER)
#define HD_NOTIFY NMHEADER
typedef
struct
tagNMHDDISPINFO32A
{
...
...
@@ -1876,6 +1877,7 @@ typedef struct tagNMTREEVIEW32W {
}
NMTREEVIEW32W
,
*
LPNMTREEVIEW32W
;
#define NMTREEVIEW WINELIB_NAME_AW(NMTREEVIEW)
#define NM_TREEVIEW WINELIB_NAME_AW(NMTREEVIEW)
#define LPNMTREEVIEW WINELIB_NAME_AW(LPNMTREEVIEW)
typedef
struct
tagTVDISPINFO32A
{
...
...
@@ -2433,6 +2435,16 @@ typedef struct tagLVDISPINFOW
#define LV_DISPINFO NMLVDISPINFO
#define LVN_KEYDOWN (LVN_FIRST-55)
typedef
struct
tagLVKEYDOWN
{
NMHDR
hdr
;
WORD
wVKey
;
UINT32
flags
;
}
NMLVKEYDOWN
,
*
LPNMLVKEYDOWN
;
#define LV_KEYDOWN NMLVKEYDOWN
typedef
struct
tagLVHITTESTINFO
{
...
...
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