blob: 0df39d917255f1faa35747d081d30de91c28d6cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ae,v 1.7 2002/11/19 20:58:04 reinoud Exp $
--- ../thotlib/include/ustring.h.orig Mon Jun 17 10:10:14 2002
+++ ../thotlib/include/ustring.h
@@ -6,6 +6,12 @@
#include <windows.h>
#endif /* _WINDOWS */
+#include "config.h"
+#ifdef HAVE_WCHAR_H
+#include <wchar.h>
+#endif /* HAVE_WCHAR_H */
+
+
#ifdef _WINDOWS
#define strncasecmp _strnicmp
#endif /* _WINDOWS */
|