X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2bc1d69812f8fc3f6ae24508a9d007ad5d00ede..b6428abaa5ac53c69c6113b86c0a0b8b05b93df7:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 56deddfebf..f9b4629f21 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -27,7 +27,10 @@ extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[]; // ---------------------------------------------------------------------------- // include the wxListCtrl class declaration // ---------------------------------------------------------------------------- -#include "wx/generic/listctrl.h" + +#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__) + #include "wx/generic/listctrl.h" +#endif #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h"