X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87ec27805e0af503a24a2deb1afc324b2e95e5e5..5c6eb3a84be918dcfed2496d014549e13af0f0e9:/include/wx/osx/tabctrl.h diff --git a/include/wx/osx/tabctrl.h b/include/wx/osx/tabctrl.h new file mode 100644 index 0000000000..356b4a9e46 --- /dev/null +++ b/include/wx/osx/tabctrl.h @@ -0,0 +1,5 @@ +#ifdef __WXMAC_CLASSIC__ +#include "wx/mac/classic/tabctrl.h" +#else +#include "wx/mac/carbon/tabctrl.h" +#endif