Christian Costa <[email protected]> writes: > 2012/11/9 Alexandre Julliard <[email protected]> > 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 [email protected]
