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: NStefan Weil <weil@mail.berlios.de>
Showing
想要评论请 注册 或 登录