mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 14:43:45 +00:00
[WIN32K]
Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx svn path=/trunk/; revision=47297
This commit is contained in:
parent
411d634720
commit
654ef19f70
1 changed files with 2 additions and 0 deletions
|
@ -1998,6 +1998,8 @@ AllocErr:
|
|||
else
|
||||
dwExStyle &= ~WS_EX_WINDOWEDGE;
|
||||
|
||||
dwExStyle &= ~WS_EX_SETANSICREATOR;
|
||||
|
||||
Wnd->style = dwStyle & ~WS_VISIBLE;
|
||||
|
||||
/* Correct the window style. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue