1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- src/stl_string.cpp.orig +++ src/stl_string.cpp @@ -10,6 +10,13 @@ #include <stdlib.h> #include <string.h> +#ifdef tolower +#undef tolower +#endif +#ifdef toupper +#undef toupper +#endif + FTE_BEGIN_NAMESPACE; /*