30 May
2008
30 May
'08
5:59 a.m.
Alexandre Julliard wrote:
Vitaliy Margolen <wine-devel(a)kievinfo.com> writes:
Was anything wrong with this patch? I've used a simple utility DxDiagOutput.exe from DXSDK to find and test this.
The printf format is wrong.
Well it really should be "%llu" but Wine doesn't support that. "%lu" is used btw at least in one place in the code: http://source.winehq.org/source/dlls/ntdll/actctx.c#L1746 What should it be then? The same as wine_dbgstr_longlong? Vitaliy.