2013-09-26 17:14:40 +02:00

16 lines
417 B
Plaintext

$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)