dxdiagn: PhysicalMemory parameter is a string not long long

Alexandre Julliard julliard at winehq.org
Fri May 30 02:08:25 CDT 2008


Vitaliy Margolen <wine-devel at kievinfo.com> writes:

> 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

It's the correct format for a ULONG_PTR.

> What should it be then? The same as wine_dbgstr_longlong?

I doubt you want it to be in hex. You should use something like
VariantChangeType.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list