#include "case.h" #include namespace NSQLComplete { bool NoCaseCompare(const TString& lhs, const TString& rhs) { return AsciiCompareIgnoreCase(lhs, rhs) < 0; } } // namespace NSQLComplete