forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
224 B
C++
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;
|
|
|
|
/*
|