summaryrefslogtreecommitdiff
path: root/emulators/twin/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/twin/patches/patch-al')
-rw-r--r--emulators/twin/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/twin/patches/patch-al b/emulators/twin/patches/patch-al
new file mode 100644
index 00000000000..41f4ed9239b
--- /dev/null
+++ b/emulators/twin/patches/patch-al
@@ -0,0 +1,14 @@
+$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 */
+