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>
|
||||
|
||||
#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
|
||||
|
||||
|
||||
/* #include "macros.h" */
|
||||
|
||||
/* -------------------------- Static Routines ---------------------------- */
|
||||
|
|
Loading…
Reference in a new issue