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
0de8f53b
Commit
0de8f53b
authored
Dec 12, 2022
by
Fabian Maurer
Committed by
Alexandre Julliard
Jan 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d2d1_1: Don't redefine D2D1_PROPERTY_BINDING (gcc 4.3).
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
parent
c844ebdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
d2d1_1.idl
include/d2d1_1.idl
+3
-3
No files found.
include/d2d1_1.idl
View file @
0de8f53b
...
...
@@ -157,7 +157,7 @@ typedef enum D2D1_LAYER_OPTIONS1
D2D1_LAYER_OPTIONS1_FORCE_DWORD
=
0
xffffffff
,
}
D2D1_LAYER_OPTIONS1
;
typedef
struct
D2D1_PROPERTY_BINDING
D2D1_PROPERTY_BINDING
;
struct
D2D1_PROPERTY_BINDING
;
typedef
D2D_MATRIX_4X4_F
D2D1_MATRIX_4X4_F
;
typedef
enum
D2D1_PROPERTY_TYPE
...
...
@@ -936,14 +936,14 @@ interface ID2D1Factory1 : ID2D1Factory
HRESULT
RegisterEffectFromStream
(
[
in
]
REFCLSID
effect_id
,
[
in
]
IStream
*
property_xml
,
[
in
,
size_is
(
binding_count
)
]
const
D2D1_PROPERTY_BINDING
*
bindings
,
[
in
,
size_is
(
binding_count
)
]
const
struct
D2D1_PROPERTY_BINDING
*
bindings
,
[
in
]
UINT32
binding_count
,
[
in
]
PD2D1_EFFECT_FACTORY
effect_factory
)
;
HRESULT
RegisterEffectFromString
(
[
in
]
REFCLSID
effect_id
,
[
in
]
const
WCHAR
*
property_xml
,
[
in
,
size_is
(
binding_count
)
]
const
D2D1_PROPERTY_BINDING
*
bindings
,
[
in
,
size_is
(
binding_count
)
]
const
struct
D2D1_PROPERTY_BINDING
*
bindings
,
[
in
]
UINT32
binding_count
,
[
in
]
PD2D1_EFFECT_FACTORY
effect_factory
)
;
...
...
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