pkgsrc/www/amaya/patches/patch-ac
xtraeme 9d40e4d6bb Updated to 8.2. This closes PR pkg/23607.
Too many changes to copy here, to see a full list of changes:

http://www.w3.org/Amaya/User/New.html.
2003-12-03 01:36:12 +00:00

16 lines
366 B
Text

$NetBSD: patch-ac,v 1.9 2003/12/03 01:36:12 xtraeme Exp $
--- ../thotlib/include/ustring.h.orig Fri Jul 4 14:35:37 2003
+++ ../thotlib/include/ustring.h
@@ -6,6 +6,11 @@
#include <windows.h>
#endif /* _WINDOWS */
+#include "config.h"
+#ifdef HAVE_WCHAR_H
+#include <wchar.h>
+#endif
+
#ifdef _WINDOWS
#define strncasecmp _strnicmp
#endif /* _WINDOWS */