blob: 18eec48a50ac32673c73e3583827cfef9e9569ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.2 2008/05/13 15:15:51 obache Exp $
--- libmsn/msn/util.cpp.orig 2008-04-08 17:51:09.000000000 +0000
+++ libmsn/msn/util.cpp
@@ -26,6 +26,10 @@
#include <cctype>
#include <cstring>
+
+// Get rid of the macro for platforms not having c++-safe headers.
+#undef toupper
+
namespace MSN
{
std::pair<std::string, int> splitServerAddress(const std::string & address, int default_port)
|