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

This commit is contained in:
Vincent Povirk 2009-12-18 15:26:03 -06:00 committed by Alexandre Julliard
parent 7cb42df39b
commit d46eda2b29
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ GpStatus WINGDIPAPI GdipCreateStringFormat(INT attr, LANGID lang,
(*format)->firsttab = 0.0;
(*format)->tabs = NULL;
TRACE("<-- %p\n", *format);
return Ok;
}