mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- Support stage - Add LICENSE - Rename patches PR: 192202 Submitted by: tkato432 yahoo com
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;
|
|
|
|
/*
|