git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26721
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// border and caption styles
if ( style & wxRESIZE_BORDER )
// border and caption styles
if ( style & wxRESIZE_BORDER )
+#ifdef __WXWINCE__
+ msflags = msflags;
+#else
msflags |= WS_THICKFRAME;
msflags |= WS_THICKFRAME;
else if ( exflags && ((style & wxBORDER_DOUBLE) || (style & wxBORDER_RAISED)) )
*exflags |= WS_EX_DLGMODALFRAME;
else if ( !(style & wxBORDER_NONE) )
else if ( exflags && ((style & wxBORDER_DOUBLE) || (style & wxBORDER_RAISED)) )
*exflags |= WS_EX_DLGMODALFRAME;
else if ( !(style & wxBORDER_NONE) )