X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..7e2baeb41321aedca928608f816f03c13afdeff9:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 4eae666734..f9b4629f21 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -28,10 +28,14 @@ extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[]; // include the wxListCtrl class declaration // ---------------------------------------------------------------------------- +#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__) + #include "wx/generic/listctrl.h" +#endif + #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" -#else - #include "wx/generic/listctrl.h" +#elif defined(__WXMAC__) + #include "wx/mac/carbon/listctrl.h" #endif // ----------------------------------------------------------------------------