Commit f6f6affb authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

include: Added D3DVECTOR_DEFINED guard.

parent 12f40e93
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment