From 2bdf7154639d1ef019ef63f9e4bfed753d9cf012 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 2 May 2003 11:21:03 +0000 Subject: [PATCH] Macro swicth from SC to SYMANTEC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 2 +- src/common/cmndata.cpp | 2 +- src/msw/app.cpp | 2 +- src/msw/ownerdrw.cpp | 2 +- src/tiff/tif_apple.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 2c0cacf068..9fb223cde2 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -41,7 +41,7 @@ typedef _off_t off_t; #elif defined(__BORLANDC__) && defined(__WIN16__) typedef long off_t; -#elif defined(__SC__) +#elif defined(__SYMANTEC__) typedef long off_t; #elif defined(__MWERKS__) && !defined(__INTEL__) && !defined(__MACH__) typedef long off_t; diff --git a/src/common/cmndata.cpp b/src/common/cmndata.cpp index 45718f159f..33dc2cce0a 100644 --- a/src/common/cmndata.cpp +++ b/src/common/cmndata.cpp @@ -56,7 +56,7 @@ #include #endif // Win16 - #if defined(__WATCOMC__) || defined(__SC__) || defined(__SALFORDC__) + #if defined(__WATCOMC__) || defined(__SYMANTEC__) || defined(__SALFORDC__) #include #include #endif diff --git a/src/msw/app.cpp b/src/msw/app.cpp index e91969f481..0cee8d9455 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -71,7 +71,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(__SC__) || defined(__SALFORDC__) +#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__) || defined(__SALFORDC__) #undef wxUSE_OLE #define wxUSE_OLE 0 diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index d47642669e..0dc3e686f8 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -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 // 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 #endif diff --git a/src/tiff/tif_apple.c b/src/tiff/tif_apple.c index 83f47bae97..d691eb2edb 100644 --- a/src/tiff/tif_apple.c +++ b/src/tiff/tif_apple.c @@ -53,7 +53,7 @@ #include #include -#if defined(__PPCC__) || defined(__SC__) || defined(__MRC__) || defined(applec) +#if defined(__PPCC__) || defined(__SYMANTEC__) || defined(__MRC__) || defined(applec) #define CtoPstr c2pstr #endif -- 2.45.2