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
076e1cf0
Commit
076e1cf0
authored
Jul 11, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Fix compilation on systems that don't support nameless structs/unions.
parent
f00652fc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
line.c
dlls/d3dx9_36/tests/line.c
+1
-1
No files found.
dlls/d3dx9_36/tests/line.c
View file @
076e1cf0
...
...
@@ -90,7 +90,7 @@ static void test_create_line(IDirect3DDevice9* device)
D3DXMatrixIdentity
(
&
world
);
D3DXMatrixIdentity
(
&
identity
);
world
.
_11
=
r11
;
world
.
_12
=
r12
;
world
.
_13
=
r13
;
world
.
_14
=
r14
;
S
(
U
(
world
)).
_11
=
r11
;
S
(
U
(
world
)).
_12
=
r12
;
S
(
U
(
world
)).
_13
=
r13
;
S
(
U
(
world
))
.
_14
=
r14
;
hr
=
IDirect3DDevice9_SetTransform
(
device
,
D3DTS_WORLD
,
&
world
);
ok
(
hr
==
D3D_OK
,
"Got result %x, expected %x (D3D_OK)
\n
"
,
hr
,
D3D_OK
);
...
...
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