mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-30 08:50:56 +00:00
* x86 OS X support
This commit is contained in:
parent
b06643f41d
commit
e74947be2c
5 changed files with 21 additions and 19 deletions
|
@ -93,6 +93,7 @@ char *basepath( char *fname )
|
|||
/* memmove is defined here because some vendors don't provide it at
|
||||
all and others do a terrible job (like calling malloc) */
|
||||
// -- ouch, that hurts -- ln
|
||||
#ifndef MACOS_X /* always use the system memmove() on Mac OS X. --ryan. */
|
||||
#ifdef memmove
|
||||
#undef memmove
|
||||
#endif
|
||||
|
@ -118,3 +119,4 @@ memmove(void *dp, const void *sp, size_t n)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue