Enable wxDVC on OS X Cocoa using the generic control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-02-08 23:24:29 +00:00
parent ada083260a
commit 4879f2120c
2 changed files with 1 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
class WXDLLIMPEXP_FWD_CORE wxImageList;
#if !(defined(__WXGTK20__) || defined(__WXMAC__)) || defined(__WXUNIVERSAL__)
#if !(defined(__WXGTK20__) || defined(__WXOSX_CARBON__)) || defined(__WXUNIVERSAL__)
// #if !(defined(__WXMAC__)) || defined(__WXUNIVERSAL__)
#define wxHAS_GENERIC_DATAVIEWCTRL
#endif

View File

@@ -44,11 +44,6 @@
* turning off capabilities that don't work under cocoa yet
*/
#if wxUSE_DATAVIEWCTRL
#undef wxUSE_DATAVIEWCTRL
#define wxUSE_DATAVIEWCTRL 0
#endif
#endif
/* _WX_MAC_CHKCONF_H_ */