Commit 8fd29034 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

ddraw/tests: Avoid LPDIRECTDRAW7.

parent 46524c8d
......@@ -29,7 +29,7 @@
#include "d3d.h"
#include "unknwn.h"
static LPDIRECTDRAW7 lpDD = NULL;
static IDirectDraw7 *lpDD;
static LPDIRECT3D7 lpD3D = NULL;
static IDirectDrawSurface7 *lpDDS;
static IDirectDrawSurface7 *lpDDSdepth;
......
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