removed __WXMSW__ define

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-09-09 08:49:33 +00:00
parent cb17fe41ee
commit 5a2055fa9b

View File

@ -191,10 +191,8 @@ DnDFrame::DnDFrame(wxFrame *frame, char *title, int x, int y, int w, int h)
m_pLogPrev = wxLog::SetActiveTarget(m_pLog);
// associate drop targets with 2 text controls
#ifdef __WXMSW__ // it's not supported (yet) on other platforms
m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile));
#endif //MSW
m_ctrlText->SetDropTarget(new DnDText(m_ctrlText));
//m_ctrlText->SetDropTarget(new DnDText(m_ctrlText));
wxLayoutConstraints *c;