From 77ac03f5aa993f48dcff56d42525c1e362db47e3 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 22 Nov 2007 17:41:03 +0000 Subject: [PATCH] fix mac universal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2