X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/274b7a40ef7abdd6324c545578be96a529ec8eb9..c2c87924e7e3906b8cf1f93ebbd362eab17f6857:/src/mac/carbon/tabctrl.cpp diff --git a/src/mac/carbon/tabctrl.cpp b/src/mac/carbon/tabctrl.cpp index fdce08e0ee..cad5bab4e0 100644 --- a/src/mac/carbon/tabctrl.cpp +++ b/src/mac/carbon/tabctrl.cpp @@ -1,18 +1,24 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: tabctrl.cpp +// Name: src/mac/carbon/tabctrl.cpp // Purpose: wxTabCtrl // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" -#include "wx/control.h" +#if wxUSE_TAB_DIALOG + #include "wx/tabctrl.h" + +#ifndef WX_PRECOMP + #include "wx/control.h" +#endif + #include "wx/mac/uma.h" IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl) @@ -196,3 +202,4 @@ void wxTabCtrl::SetPadding(const wxSize& padding) // TODO: } +#endif // wxUSE_TAB_DIALOG