10.2 fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-07-20 16:48:41 +00:00
parent 7ea087b721
commit 3b92f0e014

View File

@ -2470,6 +2470,8 @@ OSStatus wxMacMLTEClassicControl::DoCreate()
#if TARGET_API_MAC_OSX
#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_2
wxMacMLTEHIViewControl::wxMacMLTEHIViewControl( wxWindow *wxPeer,
const wxString& str,
const wxPoint& pos,
@ -2537,6 +2539,9 @@ bool wxMacMLTEHIViewControl::NeedsFocusRect() const
return m_windowStyle & wxNO_BORDER ? false : true;
}
#endif // MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_2
#endif
#endif // wxUSE_TEXTCTRL