[PATCH] Fix the prototype of D3DXVECTOR3

David Adam jeremielapuree at yahoo.fr
Thu Oct 11 10:48:49 CDT 2007


---
 include/d3dx8math.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/include/d3dx8math.h b/include/d3dx8math.h
index 452eb05..71de014 100644
--- a/include/d3dx8math.h
+++ b/include/d3dx8math.h
@@ -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
 {
-- 
1.5.3.2


--0-206822111-1192118147=:57716--



More information about the wine-patches mailing list