Thread Previous • Date Previous • Date Next • Thread Next |
In kernel/log/Logger, a reference is made to a C-lib call strcasecmp which is only available under gcc. The equivalent C-lib in Windows is stricmp. But as Anders suggested, a better solution would be to rely on a pure STL std::string class for the string comparison functionality and remove the dependence on old C functionality all together. Theo
Thread Previous • Date Previous • Date Next • Thread Next |