Christian Costa : d3dxof: Add other debug channel for parsing.

Alexandre Julliard julliard at winehq.org
Mon Feb 1 08:56:01 CST 2010


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

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Mon Feb  1 08:18:24 2010 +0100

d3dxof: Add other debug channel for parsing.

---

 dlls/d3dxof/parsing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c
index f4fb3d2..ac3d4bd 100644
--- a/dlls/d3dxof/parsing.c
+++ b/dlls/d3dxof/parsing.c
@@ -34,7 +34,7 @@
 
 #include <stdio.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(d3dxof);
+WINE_DEFAULT_DEBUG_CHANNEL(d3dxof_parsing);
 
 #define TOKEN_NAME         1
 #define TOKEN_STRING       2




More information about the wine-cvs mailing list