Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Macy
1999-04-20 13:52:19 +00:00
parent d0bdc3ca5f
commit b86510f8ef

View File

@@ -242,7 +242,7 @@
// complains about deallocating // complains about deallocating
// arrays of wxPoints if wxPoint is a class. // arrays of wxPoints if wxPoint is a class.
#if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__) || defined(__BORLANDC__) #if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__)
// Can't use OLE drag and drop in Windows 3.1 because we don't know how // Can't use OLE drag and drop in Windows 3.1 because we don't know how
// to implement UUIDs // to implement UUIDs
// GnuWin32 doesn't have appropriate headers for e.g. IUnknown. // GnuWin32 doesn't have appropriate headers for e.g. IUnknown.