Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/fte/files/patch-src__stl_string.cpp
16125 views
1
--- src/stl_string.cpp.orig 2010-03-05 20:40:08 UTC
2
+++ src/stl_string.cpp
3
@@ -10,6 +10,13 @@
4
#include <stdlib.h>
5
#include <string.h>
6
7
+#ifdef tolower
8
+#undef tolower
9
+#endif
10
+#ifdef toupper
11
+#undef toupper
12
+#endif
13
+
14
FTE_BEGIN_NAMESPACE;
15
16
/*
17
18