On January 2, 2003 10:12 pm, Alexandre Julliard wrote:
Added wine_dbg_sprintf function that allocates a temporary buffer
in the per-thread strings area.
Cool. But what about functions that need to build the string. For example, look at debuglvitem_t() in listview.c. Can we get somehow to the max_size?
Added inline functions to format POINT, SIZE and RECT structures.
Can we pretty please get shorter names for them in Wine? Like without the wine_ prefix? :)