user32: Fix bogus "if (!x & y)" code.
authorMichael Stefaniuc <mstefani@redhat.de>
Tue, 27 Jan 2009 14:38:32 +0000 (15:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jan 2009 15:05:04 +0000 (16:05 +0100)
commit56b3341f8eeeee49679d5fb79a26927106fefab6
treee02b8d5d173653e87c1e928ff946fe9ee56a1927
parent58292e8a65ac6d3edb8a03fd76439cd120bee3ab
user32: Fix bogus "if (!x & y)" code.

The dde.c tests succeed on Windows and the DDE callback registered is
set to trigger on all messages it gets. Thus it looks like Windows
doesn't calls the callback in that case.
dlls/user32/dde_client.c