Christian Costa titan.costa@gmail.com writes:
2012/11/9 Alexandre Julliard julliard@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.