Win32: Don't remove const attribute in type casts.
commit705032644fb37a516e5072136c1a891d12e6c90e
authorStefan Weil <weil@mail.berlios.de>
Sat, 13 Jun 2009 11:05:27 +0000 (13 13:05 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 13 Jun 2009 11:22:03 +0000 (13 14:22 +0300)
treec7f63f056610b73baff5a5ac832b5f6958e5cc12
parentc5b76b381081680633e2e0a91216507430409fb2
Win32: Don't remove const attribute in type casts.

Type casts removing the const attribute are bad because
they hide the fact that the argument remains const.

They also result in a compiler warning (at least with MS-C).

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
net.c
qemu-char.c
vnc.c