Module: wine Branch: master Commit: cdf61610f37f84be4a6b59f4e5b6a8035b015da3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdf61610f37f84be4a6b59f4e5...
Author: David Adam david.adam.cnrs@gmail.com Date: Thu Feb 5 18:55:31 2009 +0100
d3dx8: Change the debug channel into the generic d3dx.
---
dlls/d3dx8/math.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx8/math.c b/dlls/d3dx8/math.c index 4c0bdc7..54f5afb 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;