Commit 07634040 authored by David Adam's avatar David Adam Committed by Alexandre Julliard

d3dx8: Fix the definition of D3DXVECTOR.

parent fda899a7
......@@ -34,10 +34,7 @@ typedef struct D3DXVECTOR2
FLOAT x, y;
} D3DXVECTOR2, *LPD3DXVECTOR2;
typedef struct D3DXVECTOR3
{
FLOAT x, y, z;
} D3DXVECTOR3, *LPD3DXVECTOR3;
typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3;
typedef struct D3DXVECTOR4
{
......
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