X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a96aa4afa862ff7374aef84f4f1dcd368a07404..7e02be855d14263c996448bdb56c9e1002ad9b53:/src/msw/statbr95.cpp diff --git a/src/msw/statbr95.cpp b/src/msw/statbr95.cpp index 887d12df48..2fbcb7fe52 100644 --- a/src/msw/statbr95.cpp +++ b/src/msw/statbr95.cpp @@ -17,7 +17,6 @@ #endif #ifndef WX_PRECOMP - #include "wx/setup.h" #include "wx/frame.h" #include "wx/settings.h" #include "wx/dcclient.h" @@ -306,8 +305,11 @@ void wxStatusBar95::DoMoveWindow(int x, int y, int width, int height) // we must use SWP_NOCOPYBITS here otherwise it paints incorrectly // if other windows are size deferred ::SetWindowPos(GetHwnd(), NULL, x, y, width, height, - SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOACTIVATE | - SWP_NOCOPYBITS | SWP_NOSENDCHANGING); + SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOACTIVATE +#ifndef __WXWINCE__ + | SWP_NOCOPYBITS | SWP_NOSENDCHANGING +#endif + ); } // adjust fields widths to the new size