%{
class wxPyDropSource : public wxDropSource {
public:
-#ifdef __WXMSW__
+#ifndef __WXGTK__
wxPyDropSource(wxWindow *win = NULL,
const wxCursor © = wxNullCursor,
const wxCursor &move = wxNullCursor,
%name(wxDropSource) class wxPyDropSource {
public:
-#ifdef __WXMSW__
+#ifndef __WXGTK__
wxPyDropSource(wxWindow *win = NULL,
const wxCursor © = wxNullCursor,
const wxCursor &move = wxNullCursor,