update for digital mars - resolve externals in shell and winsock libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -973,12 +973,6 @@ bool wxBitmapDataObject::SetData(const wxDataFormat& format,
|
||||
|
||||
bool wxFileDataObject::SetData(size_t WXUNUSED(size), const void *pData)
|
||||
{
|
||||
//FIX ME __DIGITALMARS__
|
||||
#if defined (__DIGITALMARS__)
|
||||
//DragQueryFile not in any library
|
||||
wxLogDebug(wxT("In wxFileDataObject::SetData code not executed - no Digital Mars library "));
|
||||
return FALSE;
|
||||
#endif
|
||||
m_filenames.Empty();
|
||||
|
||||
// the documentation states that the first member of DROPFILES structure is
|
||||
|
Reference in New Issue
Block a user