Marcus Meissner wrote:
Hi,
This fixes the currently last gcc4 problem.
I had to split up MSVC / non-MSVC cases since glibc/sprintf and msvcrt/sprintf disagree on how to print out 64bit integers.
If you don't use the macro then you can use wine_dbgstr_longlong and not have to worry about compiler differences.
Rob