summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ac
blob: 125ba90739e423edbaf5742189aa61cc9c03b5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.10 2004/05/13 03:47:29 xtraeme Exp $

--- ../thotlib/include/ustring.h.orig	2004-05-13 05:33:50.000000000 +0200
+++ ../thotlib/include/ustring.h	2004-05-13 05:34:13.000000000 +0200
@@ -6,6 +6,11 @@
 #include <windows.h>
 #endif /* _WINGUI */
 
+#include "config.h" 
+#ifdef HAVE_WCHAR_H 
+#include <wchar.h> 
+#endif 
+
 #ifdef _WINDOWS
 #define strncasecmp _strnicmp
 #endif /* _WINDOWS */