From cdf61610f37f84be4a6b59f4e5b6a8035b015da3 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 5 Feb 2009 18:55:31 +0100 Subject: [PATCH] d3dx8: Change the debug channel into the generic d3dx. --- dlls/d3dx8/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dx8/math.c b/dlls/d3dx8/math.c index 4c0bdc741c0..54f5afb35b0 100644 --- a/dlls/d3dx8/math.c +++ b/dlls/d3dx8/math.c @@ -28,7 +28,7 @@ #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(d3dx8); +WINE_DEFAULT_DEBUG_CHANNEL(d3dx); static const ID3DXMatrixStackVtbl ID3DXMatrixStack_Vtbl;