Raphael fenix@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.