X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccd5d46c7b69632eaa231e8fc7801dd5af2faaa8..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index ccf2a0548f..de43556b2c 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -28,7 +28,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxListCtrlNameStr[]; // include the wxListCtrl class declaration // ---------------------------------------------------------------------------- -#if defined(__WIN32__) && !defined(__WXUNIVERSAL__) +#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" #elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON #include "wx/osx/listctrl.h"