Added MetroWorks patches from Carmen Volpe.
This commit is contained in:
parent
b7eab24f14
commit
a50203dfec
1 changed files with 4 additions and 1 deletions
|
@ -9,9 +9,12 @@
|
||||||
#include <Math/mat3defs.h>
|
#include <Math/mat3defs.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <memory.h> /* required for memset() and memcpy() */
|
# include <memory.h> /* required for memset() and memcpy() */
|
||||||
|
#elif __MWERKS__
|
||||||
|
# include <string.h> /* MetroWerks CodeWarrior: memset() & memcpy() */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* #include "macros.h" */
|
/* #include "macros.h" */
|
||||||
|
|
||||||
/* -------------------------- Static Routines ---------------------------- */
|
/* -------------------------- Static Routines ---------------------------- */
|
||||||
|
|
Loading…
Add table
Reference in a new issue