removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
// OLE is used for drag-and-drop, clipboard, OLE Automation..., but some
|
||||
// compilers don't support it (missing headers, libs, ...)
|
||||
#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
|
||||
#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__)
|
||||
#undef wxUSE_OLE
|
||||
|
||||
#define wxUSE_OLE 0
|
||||
|
Reference in New Issue
Block a user