ports/editors/fte/files/patch-src::stl_string.cpp
William Grzybowski f474a16cfb editors/fte: update to 20110708
- Support stage
- Add LICENSE
- Rename patches

PR:		192202
Submitted by:	tkato432 yahoo com
2014-07-29 16:46:44 +00:00

16 lines
224 B
C++

--- 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;
/*