X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/efe7d6ff7e7914c6bbb0d593220a51782d47134e..636d266b8993dd831aa47bdd7e673be32166b54a:/src/os2/clipbrd.cpp diff --git a/src/os2/clipbrd.cpp b/src/os2/clipbrd.cpp index 9e7824568e..2618dc6885 100644 --- a/src/os2/clipbrd.cpp +++ b/src/os2/clipbrd.cpp @@ -520,6 +520,8 @@ bool wxClipboard::AddData( wxDataObject *data ) #else // !wxUSE_DRAG_AND_DROP */ return FALSE; +#else + return FALSE; #endif // wxUSE_DRAG_AND_DROP/!wxUSE_DRAG_AND_DROP } @@ -606,6 +608,8 @@ bool wxClipboard::GetData( wxDataObject& data ) #else */ return FALSE; +#else + return FALSE; #endif }