]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/clip_dnd.cpp
added functions to read/write several elements at once (patch 754986)
[wxWidgets.git] / wxPython / src / msw / clip_dnd.cpp
index cd16f22c0a0e8747451ee1daf7a3965cb96ea54a..5befae339dc9c0d961196eeb38550aae4387fef6 100644 (file)
@@ -204,7 +204,7 @@ void wxPyBitmapDataObject::SetBitmap(const wxBitmap& bitmap) {
 
 class wxPyDropSource : public wxDropSource {
 public:
-#ifdef __WXMSW__
+#ifndef __WXGTK__
      wxPyDropSource(wxWindow *win = NULL,
                     const wxCursor &copy = wxNullCursor,
                     const wxCursor &move = wxNullCursor,