X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a05fd8d137bbe26acd4f86adf6d62c55424822c..85d10d9bbb92b967eea4d2307ce4956aff5e6f46:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index e6bf0100a9..04503152e2 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -167,7 +167,7 @@ #define wxUSE_TOOLTIPS 1 // Define to use wxToolTip class and // wxWindow::SetToolTip() method -#define wxUSE_SOCKETS 1 +#define wxUSE_SOCKETS 0 // Set to 1 to use socket classes /* @@ -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.