Allocate DIALOGINFO structure in DefDlgProc instead of in
authorSantosh Siddheshwar <santosh.s@sonata-software.com>
Tue, 20 Apr 2004 04:02:35 +0000 (04:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Apr 2004 04:02:35 +0000 (04:02 +0000)
commit87109682ed307058d11501b9975c7e94f2540f0d
tree254be3981e19004882ce4361648e1c47aa9fe68f
parent01064d524d53e78351afbe26581208c6b97b21f2
Allocate DIALOGINFO structure in DefDlgProc instead of in
DIALOG_CreateIndirect, so that it gets created correctly for non
template-based dialogs.
windows/defdlg.c
windows/dialog.c