gdiplus: Add a trace for values of new string format objects.
This commit is contained in:
parent
7cb42df39b
commit
d46eda2b29
|
@ -55,6 +55,8 @@ GpStatus WINGDIPAPI GdipCreateStringFormat(INT attr, LANGID lang,
|
|||
(*format)->firsttab = 0.0;
|
||||
(*format)->tabs = NULL;
|
||||
|
||||
TRACE("<-- %p\n", *format);
|
||||
|
||||
return Ok;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue