// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "textctrl.h"
#endif
-#include "wx/defs.h"
+#include "wx/wxprec.h"
#if wxUSE_TEXTCTRL
{
return true ;
}
-
+#if !TARGET_API_MAC_OSX
// user pane implementation
void wxTextCtrl::MacControlUserPaneDrawProc(wxInt16 part)
void wxTextCtrl::MacControlUserPaneBackgroundProc(void* info)
{
}
-
+#endif
// ----------------------------------------------------------------------------
// implementation base class
// ----------------------------------------------------------------------------