include: Added D3DVECTOR_DEFINED guard.

oldstable
Jacek Caban 2010-09-20 16:01:49 +02:00 committed by Alexandre Julliard
parent 12f40e9387
commit f6f6affb29
1 changed files with 3 additions and 0 deletions

View File

@ -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;