]> 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 56deddfebf126ddb6a4d5379343d888e103b6ad9..f9b4629f211a3a77f1de2cf1d5ca6583f615c4e3 100644 (file)
@@ -27,7 +27,10 @@ extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[];
 // ----------------------------------------------------------------------------
 // include the wxListCtrl class declaration
 // ----------------------------------------------------------------------------
-#include "wx/generic/listctrl.h"    
+
+#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
+    #include "wx/generic/listctrl.h"
+#endif
 
 #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/listctrl.h"