fix OLE bug for digital mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
// OLE is used for drag-and-drop, clipboard, OLE Automation..., but some
|
// OLE is used for drag-and-drop, clipboard, OLE Automation..., but some
|
||||||
// compilers don't support it (missing headers, libs, ...)
|
// compilers don't support it (missing headers, libs, ...)
|
||||||
#if defined(__GNUWIN32_OLD__) || defined(__SC__) || defined(__SALFORDC__)
|
#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
|
||||||
#undef wxUSE_OLE
|
#undef wxUSE_OLE
|
||||||
|
|
||||||
#define wxUSE_OLE 0
|
#define wxUSE_OLE 0
|
||||||
|
Reference in New Issue
Block a user