mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 15:01:41 +00:00
d3dx9: Avoid LPD3DXLINE.
This commit is contained in:
parent
483d025795
commit
d856b3a6d2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user