From: Vadim Zeitlin Date: Sat, 25 Aug 2001 20:08:48 +0000 (+0000) Subject: no changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b94e73ae6a9e43f28f615694f9e1aa898778f220?ds=inline no changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/clipbrd.cpp b/src/msw/clipbrd.cpp index 63de0214ee..d01c281dae 100644 --- a/src/msw/clipbrd.cpp +++ b/src/msw/clipbrd.cpp @@ -69,8 +69,8 @@ #endif #if wxUSE_OLE - // use OLE clipboard - #define wxUSE_OLE_CLIPBOARD 1 + // use OLE clipboard + #define wxUSE_OLE_CLIPBOARD 1 #else // !wxUSE_DATAOBJ // use Win clipboard API #define wxUSE_OLE_CLIPBOARD 0 @@ -828,7 +828,5 @@ bool wxClipboard::GetData( wxDataObject& data ) #endif // wxUSE_OLE_CLIPBOARD/wxUSE_DATAOBJ } -#else -// #error "Please turn wxUSE_CLIPBOARD on to compile this file." #endif // wxUSE_CLIPBOARD