From: Brian Macy Date: Tue, 20 Apr 1999 13:52:19 +0000 (+0000) Subject: Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b86510f8ef593f4b598c51d0a7b3b8697582a537 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 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index e6bf0100a9..d4182eda14 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -242,7 +242,7 @@ // 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.