Fixes from Norman Vine for Cygwin support.

This commit is contained in:
Robert Osfield
2002-12-06 09:19:35 +00:00
parent 92d31b132b
commit 3715320b85

View File

@@ -2,7 +2,7 @@
#if defined(__sgi)
#include <ctype.h>
#elif !defined(WIN32) || defined(__MWERKS__)
#elif defined(__GNUC__) || !defined(WIN32) || defined(__MWERKS__)
#include <cctype>
using std::tolower;
using std::strlen;