Vincent Povirk : gdiplus: Add a trace for values of new string format objects.

Alexandre Julliard julliard at winehq.org
Mon Dec 28 09:16:02 CST 2009


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Fri Dec 18 15:26:03 2009 -0600

gdiplus: Add a trace for values of new string format objects.

---

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

diff --git a/dlls/gdiplus/stringformat.c b/dlls/gdiplus/stringformat.c
index 6e85008..392f11f 100644
--- a/dlls/gdiplus/stringformat.c
+++ b/dlls/gdiplus/stringformat.c
@@ -55,6 +55,8 @@ GpStatus WINGDIPAPI GdipCreateStringFormat(INT attr, LANGID lang,
     (*format)->firsttab = 0.0;
     (*format)->tabs = NULL;
 
+    TRACE("<-- %p\n", *format);
+
     return Ok;
 }
 




More information about the wine-cvs mailing list