X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ef67c25ff5fb94f4e40c461f23c4075810a0513..824a614c4e5c2aeada7b065ce5fb0b3b760bb218:/src/common/framecmn.cpp diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index 74b8205590..f451627440 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -156,7 +156,7 @@ wxPoint wxFrameBase::GetClientAreaOrigin() const wxPoint pt = wxTopLevelWindow::GetClientAreaOrigin(); #if wxUSE_TOOLBAR && !defined(__WXUNIVERSAL__) && \ - (!defined(__WXWINCE__) || (_WIN32_WCE >= 400 && !wxUSE_POCKETPC_UI)) + (!defined(__WXWINCE__) || (_WIN32_WCE >= 400 && !defined(WIN32_PLATFORM_PSPC) && !defined(WIN32_PLATFORM_WFSP))) wxToolBar *toolbar = GetToolBar(); if ( toolbar && toolbar->IsShown() ) {