1
0
Fork 0

Revert "Special case this define"

This reverts commit 58731a01e2.
This commit is contained in:
James Turner 2016-06-09 20:34:43 +01:00
parent 58731a01e2
commit a3d660e423

View file

@ -334,10 +334,6 @@ private:
return 0;
}
#ifdef _MSC_VER
#define strcasecmp stricmp
#endif
// recommended in Meyers, Effective STL when internationalization and embedded
// NULLs aren't an issue. Much faster than the STL or Boost lex versions.
struct ciLessLibC : public std::binary_function<string, string, bool>