MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>

This commit is contained in:
curt
1999-01-19 20:56:53 +00:00
parent 23fbd5919f
commit 180e2188ba
3 changed files with 15 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
#include <string.h>
#if !defined( __CYGWIN__ ) && !defined( __CYGWIN32__ )
# if !defined( HAVE_STL_SGI_PORT ) // Avoid malloc with STLport
# if !defined( HAVE_STL_SGI_PORT ) && !defined( __MWERKS__ )
// Avoid malloc with STLport and MSL
# include <malloc.h>
# endif
#endif