mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
include: Added D3DVECTOR_DEFINED guard.
This commit is contained in:
parent
12f40e9387
commit
f6f6affb29
@ -1053,11 +1053,14 @@ typedef struct _D3DINDEXBUFFER_DESC {
|
|||||||
UINT Size;
|
UINT Size;
|
||||||
} D3DINDEXBUFFER_DESC;
|
} D3DINDEXBUFFER_DESC;
|
||||||
|
|
||||||
|
#ifndef D3DVECTOR_DEFINED
|
||||||
typedef struct _D3DVECTOR {
|
typedef struct _D3DVECTOR {
|
||||||
float x;
|
float x;
|
||||||
float y;
|
float y;
|
||||||
float z;
|
float z;
|
||||||
} D3DVECTOR;
|
} D3DVECTOR;
|
||||||
|
#define D3DVECTOR_DEFINED
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct _D3DLIGHT8 {
|
typedef struct _D3DLIGHT8 {
|
||||||
D3DLIGHTTYPE Type;
|
D3DLIGHTTYPE Type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user