mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
revert last commit
svn path=/trunk/; revision=23993
This commit is contained in:
parent
b2dbae0fab
commit
52c652809d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ MessageBoxTimeoutIndirectW(
|
|||
|
||||
tpl = (DLGTEMPLATE *)buf;
|
||||
|
||||
tpl->style = WS_CAPTION | WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | DS_CENTER | DS_MODALFRAME | DS_NOIDLEMSG;
|
||||
tpl->style = WS_CAPTION | WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | WS_SYSMENU | DS_CENTER | DS_MODALFRAME | DS_NOIDLEMSG;
|
||||
tpl->dwExtendedStyle = WS_EX_DLGMODALFRAME | WS_EX_WINDOWEDGE | WS_EX_CONTROLPARENT;
|
||||
if(lpMsgBoxParams->dwStyle & MB_TOPMOST)
|
||||
tpl->dwExtendedStyle |= WS_EX_TOPMOST;
|
||||
|
|
Loading…
Reference in a new issue