]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
compilation fix after last change
[wxWidgets.git] / include / wx / msw / listctrl.h
index fea89427704fc7287fc22a6683a833cc5ccdea2c..97f61eb113eaa8372b3aa5132d3f96d3d2a8dbdf 100644 (file)
 #ifndef _WX_LISTCTRL_H_
 #define _WX_LISTCTRL_H_
 
-#if wxUSE_LISTCTRL
-
-#include "wx/control.h"
-#include "wx/event.h"
-#include "wx/hash.h"
 #include "wx/textctrl.h"
 
-
 class WXDLLEXPORT wxImageList;
 
 /*
@@ -346,6 +340,7 @@ public:
     // IMPLEMENTATION
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
+    virtual bool MSWShouldPreProcessMessage(WXMSG* msg);
 
     // bring the control in sync with current m_windowStyle value
     void UpdateStyle();
@@ -438,6 +433,4 @@ private:
     DECLARE_NO_COPY_CLASS(wxListCtrl)
 };
 
-#endif // wxUSE_LISTCTRL
-
 #endif // _WX_LISTCTRL_H_