]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.223
- new: 7.3.271
[packages/vim.git] / 7.3.223
CommitLineData
a2e11672
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.223
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.223
11Problem: MingW cross compilation doesn't work with tiny features.
12Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of
13 "#ifdef CLIPBOARD". Fix typo in makefile.
14Files: src/Make_ming.mak, src/os_mswin.c
15
16
17*** ../mercurial/vim73/src/Make_ming.mak 2010-12-30 14:50:46.000000000 +0100
18--- src/Make_ming.mak 2011-06-19 01:20:16.000000000 +0200
19***************
20*** 87,93 ****
21
22 # If you are using gettext-0.10.35 from http://sourceforge.net/projects/gettext
23 # or gettext-0.10.37 from http://sourceforge.net/projects/mingwrep/
24