]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
wxWindow::Show() works again
[wxWidgets.git] / include / wx / msw / setup0.h
index e6bf0100a94477071c08c33455844997382b7d0c..04503152e2ce42ccadcf6ecc9ff7d7e7b9b9c238 100644 (file)
 #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
 
 /*
                                     // 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.