X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..f0875501313903140a41dca0ba6ee2d85ed0536c:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index db57cf04df..ef4e2d3763 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -30,7 +30,7 @@ extern WXDLLEXPORT_DATA(const char) wxListCtrlNameStr[]; #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" -#elif defined(__WXMAC__) +#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) #include "wx/mac/carbon/listctrl.h" #else #include "wx/generic/listctrl.h"