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
bb721402
Commit
bb721402
authored
Jul 26, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup/removal of unnessary things that would have made winapi_*
parsing more complicated.
parent
33c40709
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
commctrl.h
include/commctrl.h
+2
-2
No files found.
include/commctrl.h
View file @
bb721402
...
...
@@ -3392,7 +3392,7 @@ typedef struct tagCOMBOBOXEXITEMA
int
iIndent
;
LPARAM
lParam
;
}
COMBOBOXEXITEMA
,
*
PCOMBOBOXEXITEMA
;
typedef
COMBOBOXEXITEMA
CONST
*
PCCOMBOEXITEMA
;
/* Yes, there's a BOX missing */
typedef
COMBOBOXEXITEMA
const
*
PCCOMBOEXITEMA
;
/* Yes, there's a BOX missing */
typedef
struct
tagCOMBOBOXEXITEMW
{
...
...
@@ -3406,7 +3406,7 @@ typedef struct tagCOMBOBOXEXITEMW
int
iIndent
;
LPARAM
lParam
;
}
COMBOBOXEXITEMW
,
*
PCOMBOBOXEXITEMW
;
typedef
COMBOBOXEXITEMW
CONST
*
PCCOMBOEXITEMW
;
/* Yes, there's a BOX missing */
typedef
COMBOBOXEXITEMW
const
*
PCCOMBOEXITEMW
;
/* Yes, there's a BOX missing */
#define COMBOBOXEXITEM WINELIB_NAME_AW(COMBOBOXEXITEM)
#define PCOMBOBOXEXITEM WINELIB_NAME_AW(PCOMBOBOXEXITEM)
...
...
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