Nikolay Sivov : gdiplus: Add gdiplus debug channel to matrix.c.

Alexandre Julliard julliard at winehq.org
Wed Aug 27 08:24:14 CDT 2008


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

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Wed Aug 27 02:03:19 2008 +0400

gdiplus: Add gdiplus debug channel to matrix.c.

---

 dlls/gdiplus/matrix.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/gdiplus/matrix.c b/dlls/gdiplus/matrix.c
index a29508d..008dcae 100644
--- a/dlls/gdiplus/matrix.c
+++ b/dlls/gdiplus/matrix.c
@@ -27,6 +27,9 @@
 
 #include "gdiplus.h"
 #include "gdiplus_private.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(gdiplus);
 
 /* Multiplies two matrices of the form
  *




More information about the wine-cvs mailing list