Nikolay Sivov : gdiplus: Add gdiplus debug channel to matrix.c.
27 Aug
2008
27 Aug
'08
1:24 p.m.
Module: wine Branch: master Commit: 0940154bd0a82f8b77af62e812ea79a079a25e42 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0940154bd0a82f8b77af62e812... Author: Nikolay Sivov <bunglehead(a)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 *
6324
Age (days ago)
6324
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard