X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a3a6dc63c36641ad3104a080edaf7fdda512a7..049e9de730f0399eb4c0ea13456d8ddff5b7100a:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index d92e26d7b0..f8385b6ab5 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -28,14 +28,12 @@ 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" #elif defined(__WXMAC__) #include "wx/mac/carbon/listctrl.h" +#else + #include "wx/generic/listctrl.h" #endif // ----------------------------------------------------------------------------