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

19 lines
425 B
Plaintext

$NetBSD: patch-ab,v 1.3 2005/02/18 15:54:48 wiz Exp $
--- XawI18n.h.orig 1996-10-15 16:41:26.000000000 +0200
+++ XawI18n.h
@@ -29,11 +29,13 @@ in this Software without prior written a
#ifdef HAS_WCTYPE_H
#include <wctype.h>
+#ifndef NO_WIDEC_H
#include <widec.h>
#define wcslen(c) wslen(c)
#define wcscpy(d,s) wscpy(d,s)
#define wcsncpy(d,s,l) wsncpy(d,s,l)
#endif
+#endif
#ifdef HAS_WCHAR_H
#include <wchar.h>