Alexandre Julliard wrote:
Vitaliy Margolen wine-devel@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.