]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
added CanConvert()
[wxWidgets.git] / include / wx / listctrl.h
index 6d1f51802ba886d7324ef2b0c3ae2e51a25e10f4..445e448c662c6baac57a0e4cc4b24a0d642d0299 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_LISTCTRL_H_BASE_
 #define _WX_LISTCTRL_H_BASE_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "listctrlbase.h"
 #endif
 
@@ -26,8 +26,6 @@
 
 #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/listctrl.h"
-#elif defined(__WXPM__)
-    #include "wx/os2/listctrl.h"
 #else
     #include "wx/generic/listctrl.h"
 #endif