summaryrefslogtreecommitdiffstats
path: root/doc/html/tqglobal-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqglobal-h.html')
-rw-r--r--doc/html/tqglobal-h.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html
index a6b79ed1e..df234edc5 100644
--- a/doc/html/tqglobal-h.html
+++ b/doc/html/tqglobal-h.html
@@ -139,8 +139,6 @@ body { background: #ffffff; color: black; }
# define Q_OS_WIN64
#elif !defined(SAG_COM) && (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__))
# define Q_OS_WIN32
-#elif defined(__MWERKS__) && defined(__INTEL__)
-# define Q_OS_WIN32
#elif defined(__sun) || defined(sun)
# define Q_OS_SOLARIS
#elif defined(hpux) || defined(__hpux)
@@ -227,7 +225,6 @@ body { background: #ffffff; color: black; }
SYM - Symantec C++ for both PC and Macintosh
MPW - MPW C++
- MWERKS - Metrowerks CodeWarrior
MSVC - Microsoft Visual C/C++, Intel C++ for Windows
WAT - Watcom C++
GNU - GNU C++
@@ -267,11 +264,6 @@ body { background: #ffffff; color: black; }
# define Q_NO_EXPLICIT_KEYWORD
# define Q_NO_USING_KEYWORD
-#elif defined(__MWERKS__)
-# define Q_CC_MWERKS
-/* "explicit" recognized since 4.0d1 */
-# define TQMAC_PASCAL pascal
-
#elif defined(_MSC_VER)
# define Q_CC_MSVC
/* proper support of bool for _MSC_VER >= 1100 */