Henri Verbeet : d3dx9: Avoid LPD3DXLINE.

Alexandre Julliard julliard at winehq.org
Mon Dec 3 13:33:56 CST 2012


Module: wine
Branch: master
Commit: d856b3a6d2b46d2289fb5856ec0e55bc0751ee3e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d856b3a6d2b46d2289fb5856ec0e55bc0751ee3e

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sun Dec  2 18:53:16 2012 +0100

d3dx9: Avoid LPD3DXLINE.

---

 dlls/d3dx9_36/tests/line.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/tests/line.c b/dlls/d3dx9_36/tests/line.c
index 891de5a..b9eacee 100644
--- a/dlls/d3dx9_36/tests/line.c
+++ b/dlls/d3dx9_36/tests/line.c
@@ -58,7 +58,7 @@ do { \
 static void test_create_line(IDirect3DDevice9* device)
 {
     HRESULT hr;
-    LPD3DXLINE line = NULL;
+    ID3DXLine *line = NULL;
     struct IDirect3DDevice9 *return_device;
     D3DXMATRIX world, identity, result;
     FLOAT r11, r12, r13, r14;




More information about the wine-cvs mailing list