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
099146a6
Commit
099146a6
authored
Dec 12, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Dec 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite_2.idl: Protect from D3DCOLORVALUE redefinition.
parent
e5d7982c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dwrite_2.idl
include/dwrite_2.idl
+3
-0
No files found.
include/dwrite_2.idl
View file @
099146a6
...
...
@@ -47,6 +47,7 @@ typedef struct DWRITE_TEXT_METRICS1
FLOAT
heightIncludingTrailingWhitespace
;
}
DWRITE_TEXT_METRICS1
;
cpp_quote
(
"#ifndef D3DCOLORVALUE_DEFINED"
)
typedef
struct
_D3DCOLORVALUE
{
union
{
...
...
@@ -66,6 +67,8 @@ typedef struct _D3DCOLORVALUE
FLOAT
dvA
;
}
;
}
D3DCOLORVALUE
;
cpp_quote
(
"#define D3DCOLORVALUE_DEFINED"
)
cpp_quote
(
"#endif"
)
typedef
D3DCOLORVALUE
DWRITE_COLOR_F
;
...
...
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