]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/clipbrd.cpp
added wxMGL+DOS+Watcom makefiles
[wxWidgets.git] / src / os2 / clipbrd.cpp
index 9e7824568ecd08ae21a8a3a9696e847e6cf50abb..2618dc688536171494dbff10719574db76716e43 100644 (file)
@@ -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
 }