projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Idiot I am; my previous commit certainly broke non-Unicode builds
[wxWidgets.git]
/
src
/
os2
/
clipbrd.cpp
diff --git
a/src/os2/clipbrd.cpp
b/src/os2/clipbrd.cpp
index 9e7824568ecd08ae21a8a3a9696e847e6cf50abb..2618dc688536171494dbff10719574db76716e43 100644
(file)
--- 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
}