freebsd-ports/editors/fte/files/patch-src__stl_string.cpp
2014-07-29 17:12:47 +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;
/*