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
f6f6affb
Commit
f6f6affb
authored
Sep 20, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added D3DVECTOR_DEFINED guard.
parent
12f40e93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
d3d8types.h
include/d3d8types.h
+3
-0
No files found.
include/d3d8types.h
View file @
f6f6affb
...
...
@@ -1053,11 +1053,14 @@ typedef struct _D3DINDEXBUFFER_DESC {
UINT
Size
;
}
D3DINDEXBUFFER_DESC
;
#ifndef D3DVECTOR_DEFINED
typedef
struct
_D3DVECTOR
{
float
x
;
float
y
;
float
z
;
}
D3DVECTOR
;
#define D3DVECTOR_DEFINED
#endif
typedef
struct
_D3DLIGHT8
{
D3DLIGHTTYPE
Type
;
...
...
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