]> git.saurik.com Git - wxWidgets.git/commitdiff
Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed
authorBrian Macy <nobody@localhost>
Tue, 20 Apr 1999 13:52:19 +0000 (13:52 +0000)
committerBrian Macy <nobody@localhost>
Tue, 20 Apr 1999 13:52:19 +0000 (13:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index e6bf0100a94477071c08c33455844997382b7d0c..d4182eda14d18c94e2b61213c564c5c82e18e080 100644 (file)
                                     // complains about deallocating
                                     // 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
 // to implement UUIDs
 // GnuWin32 doesn't have appropriate headers for e.g. IUnknown.