diff options
Diffstat (limited to 'editors/fte/files/patch-src::stl_string.cpp')
-rw-r--r-- | editors/fte/files/patch-src::stl_string.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/fte/files/patch-src::stl_string.cpp b/editors/fte/files/patch-src::stl_string.cpp new file mode 100644 index 000000000000..2391d7c34abf --- /dev/null +++ b/editors/fte/files/patch-src::stl_string.cpp @@ -0,0 +1,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; + + /* |