diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-11 00:55:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-11 00:55:19 +0000 |
commit | 9d0a5a8bfa13301e612ab12b0ef06e983fd20224 (patch) | |
tree | 923bc76f3bb8283ff5c11797d60fe31607842c9d /emulators/twin/patches/patch-al | |
parent | 89cd91965666a63f56ee5e1de8f117eecd7f319b (diff) | |
download | pkgsrc-9d0a5a8bfa13301e612ab12b0ef06e983fd20224.tar.gz |
Make compile with gcc3 and on NetBSD-2.0.
Diffstat (limited to 'emulators/twin/patches/patch-al')
-rw-r--r-- | emulators/twin/patches/patch-al | 14 |
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 */ + |