diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-30 23:44:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 23:44:46 +0900 |
| commit | e111bb7024b4a01f59716b814718973ad2f48240 (patch) | |
| tree | e5e0df3b161bc9589cd17430fd02c50e8bc926e2 /nsplugins/sdk/npapi.h | |
| parent | b07fe8225ba4f152a99a9eeb4ce8c37f1ca6bbb6 (diff) | |
| download | tdebase-e111bb70.tar.gz tdebase-e111bb70.zip | |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5d20fa9fb5eccace81404b32f414821b9f3e1020)
Diffstat (limited to 'nsplugins/sdk/npapi.h')
| -rw-r--r-- | nsplugins/sdk/npapi.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nsplugins/sdk/npapi.h b/nsplugins/sdk/npapi.h index 18992ae0d..92ccc6e60 100644 --- a/nsplugins/sdk/npapi.h +++ b/nsplugins/sdk/npapi.h @@ -92,21 +92,6 @@ # endif /* XP_WIN */ #endif /* _WINDOWS */ -#ifdef __MWERKS__ -# define _declspec __declspec -# ifdef macintosh -# ifndef XP_MAC -# define XP_MAC 1 -# endif /* XP_MAC */ -# endif /* macintosh */ -# ifdef __INTEL__ -# undef NULL -# ifndef XP_WIN -# define XP_WIN 1 -# endif /* XP_WIN */ -# endif /* __INTEL__ */ -#endif /* __MWERKS__ */ - #if defined(XP_MAC) || defined(XP_MACOSX) #include <Quickdraw.h> #include <Events.h> |
