projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
blind fix for wxScrolledWindow problem
[wxWidgets.git]
/
src
/
msw
/
dragimag.cpp
diff --git
a/src/msw/dragimag.cpp
b/src/msw/dragimag.cpp
index 5a9c132e617b4036ab047bc0291e88a5df015cb1..fcad2efdfd370181d6f5ecc5e119c087eed89fa8 100644
(file)
--- a/
src/msw/dragimag.cpp
+++ b/
src/msw/dragimag.cpp
@@
-28,7
+28,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_DRAGIMAG
+#if wxUSE_DRAGIMAG
E
#if defined(__WIN95__)
#if defined(__WIN95__)
@@
-435,4
+435,4
@@
bool wxDragImage::Hide()
#endif
// __WIN95__
#endif
// __WIN95__
-#endif // wxUSE_DRAGIMAG
+#endif // wxUSE_DRAGIMAG
E