The MSVC headers won't give a name to the nameless union of INPUT
commit83795a75307e8be70a03ab22248fc8d5a4fded40
authorFrancois Gouget <fgouget@free.fr>
Fri, 16 Jan 2004 02:02:38 +0000 (16 02:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Jan 2004 02:02:38 +0000 (16 02:02 +0000)
treeb3466f6fb6b952999370c0cea27000943120d692
parent79495fe5a95743a78c15922ca9aeef2c4b3e130c
The MSVC headers won't give a name to the nameless union of INPUT
despite our request (NONAMELESSUNION). So define our own type and use
it instead.
Remove useless NONAMELESSSTRUCT.
Fix signed/unsigned warning.
dlls/user/tests/input.c