Make WIN_SetStyle more thread-safe by specifying the bits to change
commitf93642860169100839b3a1f732f507fc444a1b96
authorAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jan 2005 10:32:13 +0000 (21 10:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jan 2005 10:32:13 +0000 (21 10:32 +0000)
tree5cfd454011b35df04a814e8dfb09d3aaa0244476
parent49a6c097b3f4bed1bdcd8be7f86f26d7fe4fa823
Make WIN_SetStyle more thread-safe by specifying the bits to change
instead of the new value.
dlls/ttydrv/wnd.c
dlls/user/scroll.c
dlls/user/user32.spec
dlls/x11drv/window.c
dlls/x11drv/winpos.c
include/win.h
windows/defwnd.c
windows/win.c