summaryrefslogtreecommitdiff
path: root/editors/fte/files/patch-src::stl_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fte/files/patch-src::stl_string.cpp')
-rw-r--r--editors/fte/files/patch-src::stl_string.cpp16
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;
+
+ /*