Re: wineoss.drv: Eliminate all 64-bits warnings
Dec. 2, 2008
10:30 a.m.
Maarten Lankhorst <m.b.lankhorst(a)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(a)winehq.org
6413
Age (days ago)
6413
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard