Macro swicth from SC to SYMANTEC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
typedef _off_t off_t;
|
typedef _off_t off_t;
|
||||||
#elif defined(__BORLANDC__) && defined(__WIN16__)
|
#elif defined(__BORLANDC__) && defined(__WIN16__)
|
||||||
typedef long off_t;
|
typedef long off_t;
|
||||||
#elif defined(__SC__)
|
#elif defined(__SYMANTEC__)
|
||||||
typedef long off_t;
|
typedef long off_t;
|
||||||
#elif defined(__MWERKS__) && !defined(__INTEL__) && !defined(__MACH__)
|
#elif defined(__MWERKS__) && !defined(__INTEL__) && !defined(__MACH__)
|
||||||
typedef long off_t;
|
typedef long off_t;
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
#include <commdlg.h>
|
#include <commdlg.h>
|
||||||
#endif // Win16
|
#endif // Win16
|
||||||
|
|
||||||
#if defined(__WATCOMC__) || defined(__SC__) || defined(__SALFORDC__)
|
#if defined(__WATCOMC__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
|
||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
#include <commdlg.h>
|
#include <commdlg.h>
|
||||||
#endif
|
#endif
|
||||||
|
@@ -71,7 +71,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
|
||||||
|
@@ -188,7 +188,7 @@ bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight)
|
|||||||
// get drawn embossed? How can we tell DrawState that we don't want the
|
// get drawn embossed? How can we tell DrawState that we don't want the
|
||||||
// embossing?
|
// embossing?
|
||||||
|
|
||||||
#if defined(__WIN32__) && !defined(__SC__) && !defined(__TWIN32__)
|
#if defined(__WIN32__) && !defined(__SYMANTEC__) && !defined(__TWIN32__)
|
||||||
#define O_DRAW_NATIVE_API // comments below explain why I use it
|
#define O_DRAW_NATIVE_API // comments below explain why I use it
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
#include <Files.h>
|
#include <Files.h>
|
||||||
#include <Memory.h>
|
#include <Memory.h>
|
||||||
|
|
||||||
#if defined(__PPCC__) || defined(__SC__) || defined(__MRC__) || defined(applec)
|
#if defined(__PPCC__) || defined(__SYMANTEC__) || defined(__MRC__) || defined(applec)
|
||||||
#define CtoPstr c2pstr
|
#define CtoPstr c2pstr
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user