$NetBSD$

--- include/winuser.h.orig	2001-01-01 01:51:19.000000000 +0100
+++ include/winuser.h
@@ -3723,7 +3723,9 @@ CharPrev(LPCTSTR, LPCTSTR);
 int WideCharToMultiByte(UINT ,DWORD ,LPCWSTR ,int ,LPSTR ,int ,LPCSTR ,LPBOOL );
 int MultiByteToWideChar(UINT ,DWORD ,LPCSTR ,int ,LPWSTR ,int );
 
+#ifndef __NetBSD__
 size_t WINAPI wcslen(LPCWSTR);
+#endif
 
 #endif	/* NOAPIPROTO */
 
