summaryrefslogtreecommitdiff
path: root/editors/fte/files/patch-src::stl_string.cpp
blob: 2391d7c34abf16d0e15679cc01d30b469bcdb7ac (plain) (blame)
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;
 
 /*