wineoss.drv: Eliminate all 64-bits warnings

Alexandre Julliard julliard at winehq.org
Tue Dec 2 04:30:12 CST 2008


Maarten Lankhorst <m.b.lankhorst at gmail.com> writes:

> sizeof is defined as int on 32-bits, and long on 64-bits. To keep this
> working I'm casting all sizeofs to longs

Please don't add casts, simply get rid of sizeof in traces like we did
in the rest of the code. And please do it as a separate patch.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list