May 15, 2007
7:48 a.m.
Francois Gouget <fgouget(a)codeweavers.com> writes:
* I would really have liked to get rid of the (unsigneg int) casts, but as the handle types are ULONG_PTRs it seems like it won't be possible. That's quite annoying. If anyone has suggestions...
ULONG_PTRs are longs, they should be printed with %lx without casts. -- Alexandre Julliard julliard(a)winehq.org