9 Mar
2004
9 Mar
'04
7:21 p.m.
Raphael <fenix(a)club-internet.fr> writes:
Changelog: - debugstr_DMUS_OBJECTDESC more readable (not more limited to the 200 characters of wine_dbg_sprintf)
You should make it a separate dumping function instead of returning a single string, if the info is too large. Using a static buffer is not thread-safe. -- Alexandre Julliard julliard(a)winehq.org