Special case this define
This commit is contained in:
parent
ff222b108e
commit
58731a01e2
1 changed files with 4 additions and 0 deletions
|
@ -334,6 +334,10 @@ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue