[2/4] gdiplus: Add gdiplus debug channel to matrix.c

Nikolay Sivov bunglehead at gmail.com
Tue Aug 26 17:03:19 CDT 2008


Changelog:
    - 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
  *
-- 
1.4.4.4






More information about the wine-patches mailing list