#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2008-09-24 23:53:25 +00:00
parent 8852798bcd
commit 95710acb00
2 changed files with 12 additions and 5 deletions

View File

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