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
024dc2f5
Commit
024dc2f5
authored
Jun 28, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Jun 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct struct tag name for UDACCEL.
Add missing TCITEMHEADER and old names TC_ITEMHEADER/TC_ITEM.
parent
c0523aaa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
3 deletions
+29
-3
commctrl.h
include/commctrl.h
+29
-3
No files found.
include/commctrl.h
View file @
024dc2f5
...
...
@@ -378,7 +378,7 @@ static const WCHAR UPDOWN_CLASSW[] = { 'm','s','c','t','l','s','_',
#endif
#define UPDOWN_CLASS WINELIB_NAME_AW(UPDOWN_CLASS)
typedef
struct
tag
UDACCEL
typedef
struct
_
UDACCEL
{
UINT
nSec
;
UINT
nInc
;
...
...
@@ -3713,8 +3713,33 @@ static const WCHAR WC_TABCONTROLW[] = { 'S','y','s',
#define TCHT_ONITEMLABEL 0x04
#define TCHT_ONITEM (TCHT_ONITEMICON | TCHT_ONITEMLABEL)
typedef
struct
tagTCITEMHEADERA
{
UINT
mask
;
UINT
lpReserved1
;
UINT
lpReserved2
;
LPSTR
pszText
;
int
cchTextMax
;
int
iImage
;
}
TCITEMHEADERA
,
*
LPTCITEMHEADERA
;
typedef
struct
tagTCITEMA
{
typedef
struct
tagTCITEMHEADERW
{
UINT
mask
;
UINT
lpReserved1
;
UINT
lpReserved2
;
LPWSTR
pszText
;
int
cchTextMax
;
int
iImage
;
}
TCITEMHEADERW
,
*
LPTCITEMHEADERW
;
#define TCITEMHEADER WINELIB_NAME_AW(TCITEMHEADER)
#define LPTCITEMHEADER WINELIB_NAME_AW(LPTCITEMHEADER)
#define TC_ITEMHEADER WINELIB_NAME_AW(TCITEMHEADER)
#define LPTC_ITEMHEADER WINELIB_NAME_AW(LPTCITEMHEADER)
typedef
struct
tagTCITEMA
{
UINT
mask
;
UINT
dwState
;
UINT
dwStateMask
;
...
...
@@ -3737,7 +3762,8 @@ typedef struct tagTCITEMW
#define TCITEM WINELIB_NAME_AW(TCITEM)
#define LPTCITEM WINELIB_NAME_AW(LPTCITEM)
#define TC_ITEM TCITEM
#define TC_ITEM WINELIB_NAME_AW(TCITEM)
#define LPTC_ITEM WINELIB_NAME_AW(LPTCITEM)
#define TCN_FIRST (0U-550U)
#define TCN_LAST (0U-580U)
...
...
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