From 654ef19f705ccf3a94c8c639496f88f80d218350 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 22 May 2010 02:42:38 +0000 Subject: [PATCH] [WIN32K] Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx svn path=/trunk/; revision=47297 --- reactos/subsystems/win32/win32k/ntuser/window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index e3bd9bd6235..e9f64d292f4 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -1998,6 +1998,8 @@ AllocErr: else dwExStyle &= ~WS_EX_WINDOWEDGE; + dwExStyle &= ~WS_EX_SETANSICREATOR; + Wnd->style = dwStyle & ~WS_VISIBLE; /* Correct the window style. */