* x86 OS X support

This commit is contained in:
Tim Angus 2006-01-15 15:22:13 +00:00
parent b06643f41d
commit e74947be2c
5 changed files with 21 additions and 19 deletions

View file

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "../qcommon/q_platform.h"
#ifdef __MINGW32__
#if defined(__MINGW32__) || defined(MACOS_X)
#undef ELF
#endif