From bb370f3582358be5be56c2b9f0422368f208d3ad Mon Sep 17 00:00:00 2001 From: "H. Verbeet" Date: Sun, 19 Mar 2006 22:26:00 +0000 Subject: [PATCH] d3d8: Change the default debug channel to d3d8 for device.c. --- dlls/d3d8/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index 33d56fb6214..3b7b40b95de 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -34,7 +34,7 @@ #include "d3d8_private.h" -WINE_DEFAULT_DEBUG_CHANNEL(d3d); +WINE_DEFAULT_DEBUG_CHANNEL(d3d8); /* IDirect3D IUnknown parts follow: */ HRESULT WINAPI IDirect3DDevice8Impl_QueryInterface(LPDIRECT3DDEVICE8 iface,REFIID riid,LPVOID *ppobj)