]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Build fix for wxMSWUniv makefile driven builds. univ/setup0.h should be autoregenerat...
[wxWidgets.git] / include / wx / listctrl.h
index 56be31e3324101943fa35866ed43408ae39bdb76..f9b4629f211a3a77f1de2cf1d5ca6583f615c4e3 100644 (file)
@@ -28,12 +28,14 @@ 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
 
 // ----------------------------------------------------------------------------