[WIN32K]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 22 May 2010 02:42:38 +0000 (02:42 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 22 May 2010 02:42:38 +0000 (02:42 +0000)
Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx

svn path=/trunk/; revision=47297

reactos/subsystems/win32/win32k/ntuser/window.c

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