]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
don't allocate backbuffer for dummy surfaces
[wxWidgets.git] / include / wx / listctrl.h
index 4eae6667341c40099c8b9a0bdb3b58cb323bf7be..f9b4629f211a3a77f1de2cf1d5ca6583f615c4e3 100644 (file)
@@ -28,10 +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"
-#else
-    #include "wx/generic/listctrl.h"
+#elif defined(__WXMAC__)
+    #include "wx/mac/carbon/listctrl.h"
 #endif
 
 // ----------------------------------------------------------------------------