Check wxUSE_DATAVIEWCTRL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2008-01-08 00:10:31 +00:00
parent 0155f1644a
commit 7fc2ce00f7

View File

@@ -11,6 +11,7 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if wxUSE_DATAVIEWCTRL
#ifndef wxUSE_GENERICDATAVIEWCTRL #ifndef wxUSE_GENERICDATAVIEWCTRL
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
@@ -1084,3 +1085,4 @@ DataBrowserTrackingResult wxMacDataViewDataBrowserListViewControl::DataBrowserTr
} /* wxMacDataViewDataBrowserListViewControl::DataBrowserTrackingProc(DataBrowserItemID, DataBrowserPropertyID, Rect const*, Point, EventModifiers) */ } /* wxMacDataViewDataBrowserListViewControl::DataBrowserTrackingProc(DataBrowserItemID, DataBrowserPropertyID, Rect const*, Point, EventModifiers) */
#endif // wxUSE_GENERICDATAVIEWCTRL #endif // wxUSE_GENERICDATAVIEWCTRL
#endif // wxUSE_DATAVIEWCTRL