14 lines
429 B
Text
14 lines
429 B
Text
$NetBSD: patch-al,v 1.1 2004/07/11 00:55:19 wiz Exp $
|
|
|
|
--- 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 */
|
|
|