9d40e4d6bb
Too many changes to copy here, to see a full list of changes: http://www.w3.org/Amaya/User/New.html.
16 lines
366 B
Text
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 */
|