user32: do not pass the HMENU to display throught CREATESTRUCT
commit5ace95745b05546bebfa7b0b294c63d9061d5c70
authorPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:46:06 +0000 (4 11:46 +0100)
committerPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:46:06 +0000 (4 11:46 +0100)
treed97748646804cebf1572932f3e7c23622c361ea4
parent44a843ca9608e6fbdc3e5f48317b27a813d56180
user32: do not pass the HMENU to display throught CREATESTRUCT

use SetWindowLongPtrW after creating the window instead
(windows does not seem to pass it during window creation
according to a message trace)
dlls/user32/menu.c