mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
425 B
Plaintext
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>
|