* Ditch Mac OS 9 support
This commit is contained in:
parent
1b314e8934
commit
796ba11301
3 changed files with 0 additions and 44 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue