Applied patch [ 830050 ] Turn on clipboard support in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -831,7 +831,7 @@
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_CLIPBOARD 0 //? needs wxUSE_OLE
|
||||
#define wxUSE_CLIPBOARD 1
|
||||
|
||||
// Use wxDataObject and related classes. Needed for clipboard and OLE drag and
|
||||
// drop
|
||||
@@ -849,7 +849,7 @@
|
||||
//
|
||||
// Recommended setting: 1
|
||||
#if defined(__WIN32__)
|
||||
#define wxUSE_DRAG_AND_DROP 0 //? needs wxUSE_OLE
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
#else
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user