projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)
[wxWidgets.git]
/
src
/
msw
/
ole
/
dropsrc.cpp
diff --git
a/src/msw/ole/dropsrc.cpp
b/src/msw/ole/dropsrc.cpp
index 8442255fe467b323415a42ae43e48e1553073379..9aa2b238c5357d9e5957b50453ff7e704b5edff9 100644
(file)
--- a/
src/msw/ole/dropsrc.cpp
+++ b/
src/msw/ole/dropsrc.cpp
@@
-33,7
+33,7
@@
#include "wx/setup.h"
#include "wx/setup.h"
-#if wxUSE_DRAG_AND_DROP
+#if wxUSE_
OLE && wxUSE_
DRAG_AND_DROP
#include "wx/log.h"
#include "wx/dnd.h"
#include "wx/log.h"
#include "wx/dnd.h"
@@
-222,7
+222,7
@@
wxDragResult wxDropSource::DoDragDrop(bool bAllowMove)
}
else {
if ( FAILED(hr) ) {
}
else {
if ( FAILED(hr) ) {
- wxLogApiError(
"DoDragDrop"
, hr);
+ wxLogApiError(
wxT("DoDragDrop")
, hr);
wxLogError(wxT("Drag & drop operation failed."));
}
else {
wxLogError(wxT("Drag & drop operation failed."));
}
else {