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
03283bfb
Commit
03283bfb
authored
Mar 19, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Mar 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: LVSETINFOTIPA does not exist.
parent
18f5d0ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
commctrl.h
include/commctrl.h
+2
-14
No files found.
include/commctrl.h
View file @
03283bfb
...
...
@@ -3243,26 +3243,14 @@ typedef struct tagLVITEMW
#define LV_ITEMA LVITEMA
#define LV_ITEMW LVITEMW
typedef
struct
LVSETINFOTIPA
{
UINT
cbSize
;
DWORD
dwFlags
;
LPSTR
pszText
;
int
iItem
;
int
iSubItem
;
}
LVSETINFOTIPA
,
*
PLVSETINFOTIPA
;
typedef
struct
LVSETINFOTIPW
typedef
struct
LVSETINFOTIP
{
UINT
cbSize
;
DWORD
dwFlags
;
LPWSTR
pszText
;
int
iItem
;
int
iSubItem
;
}
LVSETINFOTIPW
,
*
PLVSETINFOTIPW
;
#define LVSETINFOTIP WINELIB_NAME_AW(LVSETINFOTIP)
#define PLVSETINFOTIP WINELIB_NAME_AW(PLVSETINFOTIP)
}
LVSETINFOTIP
,
*
PLVSETINFOTIP
;
/* ListView background image structs and constants
For _WIN32_IE version 0x400 and later. */
...
...
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