Re: Add GdipSetStringFormatFlags stub
29 Jan
2008
29 Jan
'08
10:01 p.m.
"Alistair Leslie-Hughes" <leslie_alistair(a)hotmail.com> wrote:
+GpStatus WINGDIPAPI GdipSetStringFormatFlags(GDIPCONST GpStringFormat *format, INT flags) +{ + FIXME("format (%d) flags (%d)\n", (int)(format), flags);
Please try to avoid the casts in traces, especially casting a pointer to an int, use appropriate format specifier instead. This applies also to your "gdiplus: Add GdipSetPenMode stub" patch. -- Dmitry.
6526
Age (days ago)
6526
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov