]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dnd.cpp
Updated for new library and DLL names on MSW
[wxWidgets.git] / src / os2 / dnd.cpp
index f8ed534d5dd4784b34dc5add63f8494a5d000044..70d916d6528af2565d4fcb688aec4e35a6d76a2a 100644 (file)
@@ -21,6 +21,8 @@
 #include "wx/gdicmn.h"
 #include "wx/dnd.h"
 
+#if wxUSE_DRAG_AND_DROP
+
 // ----------------------------------------------------------------------------
 // global
 // ----------------------------------------------------------------------------
@@ -134,3 +136,4 @@ void wxDropSource::Init()
     // TODO
 };
 
+#endif //wxUSE_DRAG_AND_DROP