* Ditch Mac OS 9 support

This commit is contained in:
Tim Angus 2005-12-01 21:36:16 +00:00
parent 1b314e8934
commit 796ba11301
3 changed files with 0 additions and 44 deletions

View file

@ -114,24 +114,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#endif
//=================================================================== MAC ===
#ifdef __MACOS__
#include <MacTypes.h>
#define OS_STRING "macos"
#define ID_INLINE inline
#define PATH_SEP ':'
#define ARCH_STRING "ppc"
void Sys_PumpEvents( void );
#define Q3_BIG_ENDIAN
#endif
//================================================================= LINUX ===
#ifdef __linux__