Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx

svn path=/trunk/; revision=47297
This commit is contained in:
Timo Kreuzer 2010-05-22 02:42:38 +00:00
parent 411d634720
commit 654ef19f70

View file

@ -1998,6 +1998,8 @@ AllocErr:
else
dwExStyle &= ~WS_EX_WINDOWEDGE;
dwExStyle &= ~WS_EX_SETANSICREATOR;
Wnd->style = dwStyle & ~WS_VISIBLE;
/* Correct the window style. */