Status bars on managed windows should not have SIZEGRIP style.

diff --git a/include/win.h b/include/win.h
index 9cb2d92..6329bb2 100644
--- a/include/win.h
+++ b/include/win.h
@@ -154,7 +154,6 @@
 #define WIN_NATIVE	       0x0020 /* Directly mapped to the window provided by the driver */
 #define WIN_NEED_SIZE          0x0040 /* Internal WM_SIZE is needed */
 #define WIN_NCACTIVATED        0x0080 /* last WM_NCACTIVATE was positive */
-#define WIN_MANAGED            0x0100 /* Window managed by the window system */
 #define WIN_ISDIALOG           0x0200 /* Window is a dialog */
 #define WIN_ISWIN32            0x0400 /* Understands Win32 messages */
 #define WIN_NEEDS_SHOW_OWNEDPOPUP 0x0800 /* WM_SHOWWINDOW:SC_SHOW must be sent in the next ShowOwnedPopup call */
diff --git a/include/winuser.h b/include/winuser.h
index c1f2796..1035329 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -2441,6 +2441,7 @@
 
 /* WINE internal... */
 #define WS_EX_TRAYWINDOW	0x80000000L
+#define WS_EX_MANAGED		0x40000000L /* Window managed by the window system */
 
 /* Window scrolling */
 #define SW_SCROLLCHILDREN      0x0001