Add support for Metrowerks Codewarrior build under Windows.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
#if defined(__sgi)
|
||||
#include <ctype.h>
|
||||
#elif !defined(WIN32)
|
||||
#elif !defined(WIN32) || defined(__MWERKS__)
|
||||
#include <cctype>
|
||||
using std::tolower;
|
||||
using std::strlen;
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
//
|
||||
// // mac requires std::tolower, but IRIX MipsPro doesn't like it,
|
||||
// // so use this preprocessor to allow mac and mipspro to work.
|
||||
|
||||
Reference in New Issue
Block a user