no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-25 20:08:48 +00:00
parent a42aa5d7be
commit b94e73ae6a

View File

@@ -69,8 +69,8 @@
#endif #endif
#if wxUSE_OLE #if wxUSE_OLE
// use OLE clipboard // use OLE clipboard
#define wxUSE_OLE_CLIPBOARD 1 #define wxUSE_OLE_CLIPBOARD 1
#else // !wxUSE_DATAOBJ #else // !wxUSE_DATAOBJ
// use Win clipboard API // use Win clipboard API
#define wxUSE_OLE_CLIPBOARD 0 #define wxUSE_OLE_CLIPBOARD 0
@@ -828,7 +828,5 @@ bool wxClipboard::GetData( wxDataObject& data )
#endif // wxUSE_OLE_CLIPBOARD/wxUSE_DATAOBJ #endif // wxUSE_OLE_CLIPBOARD/wxUSE_DATAOBJ
} }
#else
// #error "Please turn wxUSE_CLIPBOARD on to compile this file."
#endif // wxUSE_CLIPBOARD #endif // wxUSE_CLIPBOARD