server: Replace 1 << 31 by 1u << 31 to avoid shift overflow in in get_active_hooks.
commit509d0f06cece4668a04f35f0ca6e924947673c31
authorGerald Pfeifer <gerald@pfeifer.com>
Fri, 4 Sep 2015 14:07:31 +0000 (4 16:07 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Sep 2015 06:04:01 +0000 (7 15:04 +0900)
treedbf6bad17363ff838f611ee229ebc66e5f4327fd
parent2ecd3772e3805992f48bb806fd6a595048441011
server: Replace 1 << 31 by 1u << 31 to avoid shift overflow in in get_active_hooks.
server/hook.c