]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
message output for darwin into console, cannot use the normal converters as these...
[wxWidgets.git] / src / common / framecmn.cpp
index 2070a9cde307f4550b38acfdaca9b67ba6213dbf..b66e7a3f0de52fde94baa7b8e5b1f18d8fa2452c 100644 (file)
@@ -155,7 +155,7 @@ wxPoint wxFrameBase::GetClientAreaOrigin() const
 {
     wxPoint pt = wxTopLevelWindow::GetClientAreaOrigin();
 
-#if wxUSE_TOOLBAR && !defined(__WXUNIVERSAL__) && !defined(__WXWINCE__)
+#if wxUSE_TOOLBAR && !defined(__WXUNIVERSAL__)
     wxToolBar *toolbar = GetToolBar();
     if ( toolbar && toolbar->IsShown() )
     {