David Adam : d3dx8: Change the debug channel into the generic d3dx.

Alexandre Julliard julliard at winehq.org
Fri Feb 6 09:56:13 CST 2009


Module: wine
Branch: master
Commit: cdf61610f37f84be4a6b59f4e5b6a8035b015da3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cdf61610f37f84be4a6b59f4e5b6a8035b015da3

Author: David Adam <david.adam.cnrs at 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;
 




More information about the wine-cvs mailing list