9 Nov
2012
9 Nov
'12
7:27 a.m.
Christian Costa <titan.costa(a)gmail.com> writes:
2012/11/9 Alexandre Julliard <julliard(a)winehq.org> Testing last error on success is not useful. Also please use MAKELONG and related macros instead of doing it by hand.
I can't use LOWORD as the signed bit is not propagated with & 0xffff.
You could always add a cast, but you don't really need it here. Printing fancy error messages is not useful anyway, they are not supposed to happen. -- Alexandre Julliard julliard(a)winehq.org